ImmediateMesh
Inherits: Mesh < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
clear_surfaces ( ) |
void |
surface_add_vertex ( Vector3 vertex ) |
void |
surface_add_vertex_2d ( Vector2 vertex ) |
void |
surface_begin ( PrimitiveType primitive, Material material=null ) |
void |
surface_end ( ) |
void |
surface_set_color ( Color color ) |
void |
surface_set_normal ( Vector3 normal ) |
void |
surface_set_tangent ( Plane tangent ) |
void |
surface_set_uv ( Vector2 uv ) |
void |
surface_set_uv2 ( Vector2 uv2 ) |
Method Descriptions
void clear_surfaces ( )
There is currently no description for this method. Please help us by contributing one!
void surface_add_vertex ( Vector3 vertex )
There is currently no description for this method. Please help us by contributing one!
void surface_add_vertex_2d ( Vector2 vertex )
There is currently no description for this method. Please help us by contributing one!
void surface_begin ( PrimitiveType primitive, Material material=null )
There is currently no description for this method. Please help us by contributing one!
void surface_end ( )
There is currently no description for this method. Please help us by contributing one!
void surface_set_color ( Color color )
There is currently no description for this method. Please help us by contributing one!
void surface_set_normal ( Vector3 normal )
There is currently no description for this method. Please help us by contributing one!
void surface_set_tangent ( Plane tangent )
There is currently no description for this method. Please help us by contributing one!
void surface_set_uv ( Vector2 uv )
There is currently no description for this method. Please help us by contributing one!
void surface_set_uv2 ( Vector2 uv2 )
There is currently no description for this method. Please help us by contributing one!