Description:
Add primitive box and material.
Syntax:
deprecated in 8.0
Parameters:
- box
- Type: Box
- Box to add.
- material
- Type: RenderMaterial
- Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7
Description:
Add primitive cone and material.
Syntax:
deprecated in 8.0
Parameters:
- cone
- Type: Cone
- Cone to add.
- truncation
- Type: Plane
- The plane used to cut the cone (the non-apex end is kept). Should be equal to cone.plane if not truncated.
- material
- Type: RenderMaterial
- Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7
Description:
Syntax:
Description:
Add mesh and material.
Syntax:
deprecated in 8.0
Parameters:
- mesh
- Type: Mesh
- Mesh to add.
- material
- Type: RenderMaterial
- Transformation of this mesh. Material to add, may be None if not needed.
- t
- Type: Transform
- Transformation of this mesh.
Returns:
Type: void
Available since:
6.12
Description:
Add mesh and material.
Syntax:
deprecated in 8.0
Parameters:
- mesh
- Type: Mesh
- Mesh to add.
- material
- Type: RenderMaterial
- Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7
Description:
Add primitive plane and material.
Syntax:
deprecated in 8.0
Parameters:
- plane
- Type: PlaneSurface
- Plane to add.
- material
- Type: RenderMaterial
- Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7
Description:
Add primitive sphere and material.
Syntax:
deprecated in 8.0
Parameters:
- sphere
- Type: Sphere
- Sphere to add.
- material
- Type: RenderMaterial
- Material to add, may be None if not needed.
Returns:
Type: void
Available since:
5.7