Struct CSGMesh
A CSG Mesh shape that uses a mesh resource.
struct CSGMesh
;
This CSG node allows you to use any mesh resource as a CSG shape, provided it is closed, does not self-intersect, does not contain internal faces and has no edges that connect to more then two faces.
Properties
Name | Type | Description |
---|---|---|
mesh [get, set]
|
Mesh | The Mesh resource to use as a CSG shape.
|
Methods
Name | Description |
---|---|
_meshChanged
|
|
getMaterial
|
|
getMesh
|
|
setMaterial
|
|
setMesh
|