W3cubDocs

/Godot 3.2

CSGMesh

Inherits: CSGPrimitive < CSGShape < GeometryInstance < VisualInstance < Spatial < Node < Object

A CSG Mesh shape that uses a mesh resource.

Description

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

Material material
Mesh mesh

Property Descriptions

Material material

Setter set_material(value)
Getter get_material()

The Material used in drawing the CSG shape.

Mesh mesh

Setter set_mesh(value)
Getter get_mesh()

The Mesh resource to use as a CSG shape.

© 2014–2020 Juan Linietsky, Ariel Manzur, Godot Engine contributors
Licensed under the MIT License.
https://docs.godotengine.org/en/3.2/classes/class_csgmesh.html