shape_to_visual_entity
Functions
- composite_shape_to_entity(shape, ecd) ⇒
Entity
- cube_shape_to_entity(shape, ecd) ⇒
Entity
- sphere_shape_to_entity(shape, ecd) ⇒
Entity
- transformed_shape_to_entity(shape, ecd) ⇒
Entity
- shape_to_visual_entity(shape, ecd) ⇒
Entity
composite_shape_to_entity(shape, ecd) ⇒ Entity
Kind: global function
Param | Type |
---|---|
shape | UnionShape3D |
ecd | EntityComponentDataset |
cube_shape_to_entity(shape, ecd) ⇒ Entity
Kind: global function
Param | Type |
---|---|
shape | UnitCubeShape3D |
ecd | EntityComponentDataset |
sphere_shape_to_entity(shape, ecd) ⇒ Entity
Kind: global function
Param | Type |
---|---|
shape | UnitSphereShape3D |
ecd | EntityComponentDataset |
transformed_shape_to_entity(shape, ecd) ⇒ Entity
Kind: global function
Param | Type |
---|---|
shape | TransformedShape3D |
ecd | EntityComponentDataset |
shape_to_visual_entity(shape, ecd) ⇒ Entity
Kind: global function
Param | Type |
---|---|
shape | AbstractShape3D |
ecd | EntityComponentDataset |