Inherits: PrimitiveMesh < Mesh < Resource < RefCounted < Object
Inherited By: QuadMesh
Class representing a planar PrimitiveMesh.
Class representing a planar PrimitiveMesh. This flat mesh does not have a thickness. By default, this mesh is aligned on the X and Z axes; this default rotation isn't suited for use with billboarded materials. For billboarded materials, change orientation to FACE_Z.
Note: When using a large textured PlaneMesh (e.g. as a floor), you may stumble upon UV jittering issues depending on the camera angle. To solve this, increase subdivide_depth and subdivide_width until you no longer notice UV jittering.
| ||
| ||
| ||
| ||
|
0
PlaneMesh will face the positive X-axis.
1
PlaneMesh will face the positive Y-axis. This matches the behavior of the PlaneMesh in Godot 3.x.
2
PlaneMesh will face the positive Z-axis. This matches the behavior of the QuadMesh in Godot 3.x.
Vector3(0, 0, 0)
Offset of the generated plane. Useful for particles.
1
Direction that the PlaneMesh is facing. See Orientation for options.
Vector2(2, 2)
Size of the generated plane.
0
Number of subdivision along the Z axis.
0
Number of subdivision along the X axis.
© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_planemesh.html