PrimitiveMesh

Inherits: Mesh < Resource < RefCounted < Object

Inherited By: BoxMesh, CapsuleMesh, CylinderMesh, PlaneMesh, PointMesh, PrismMesh, RibbonTrailMesh, SphereMesh, TextMesh, TorusMesh, TubeTrailMesh

There is currently no description for this class. Please help us by contributing one!

Properties

bool

add_uv2

false

AABB

custom_aabb

AABB(0, 0, 0, 0, 0, 0)

bool

flip_faces

false

Material

material

float

uv2_padding

2.0

Methods

Array

_create_mesh_array ( ) virtual const

Array

get_mesh_arrays ( ) const

void

request_update ( )


Property Descriptions

bool add_uv2 = false

  • void set_add_uv2 ( bool value )

  • bool get_add_uv2 ( )

There is currently no description for this property. Please help us by contributing one!


AABB custom_aabb = AABB(0, 0, 0, 0, 0, 0)

  • void set_custom_aabb ( AABB value )

  • AABB get_custom_aabb ( )

There is currently no description for this property. Please help us by contributing one!


bool flip_faces = false

  • void set_flip_faces ( bool value )

  • bool get_flip_faces ( )

There is currently no description for this property. Please help us by contributing one!


Material material

There is currently no description for this property. Please help us by contributing one!


float uv2_padding = 2.0

  • void set_uv2_padding ( float value )

  • float get_uv2_padding ( )

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

Array _create_mesh_array ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


Array get_mesh_arrays ( ) const

There is currently no description for this method. Please help us by contributing one!


void request_update ( )

There is currently no description for this method. Please help us by contributing one!