OBJMeshReader
From K-3D
Description
| Mesh reader that loads external Wavefront (.obj) files into the document by reference |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, MeshReader Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| File | Input file path. | k3d::filesystem::path | file |
| Center on Origin | Center the output mesh around the origin. | k3d::bool_t | center |
| Scale to Size | Scale the output mesh to fit within a fixed-size bounding-box. | k3d::bool_t | scale_to_size |
| Size | Output mesh size when "Scale to Size" is enabled. | k3d::double_t | size |
| Output Mesh | Output mesh | k3d::mesh* | output_mesh |
| Surface Material | Surface material | k3d::inode* | material |

