forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_meshdatatool
reduz edited this page Feb 23, 2014
·
8 revisions
#####Inherits: Reference
- void
clear( ) -
int
create_from_surface( Object mesh, int surface ) -
int
commit_to_surface( Object mesh ) -
int
get_format( ) const -
int
get_vertex_count( ) const -
int
get_edge_count( ) const -
int
get_face_count( ) const - void
set_vertex( int idx, Vector3 vertex ) -
Vector3
get_vertex( int idx ) const - void
set_vertex_normal( int idx, Vector3 normal ) -
Vector3
get_vertex_normal( int idx ) const - void
set_vertex_tangent( int idx, Plane tangent ) -
Plane
get_vertex_tangent( int idx ) const - void
set_vertex_uv( int idx, Vector2 uv ) -
Vector2
get_vertex_uv( int idx ) const - void
set_vertex_uv2( int idx, Vector2 uv2 ) -
Vector2
get_vertex_uv2( int idx ) const - void
set_vertex_color( int idx, Color color ) -
Color
get_vertex_color( int idx ) const - void
set_vertex_bones( int idx, IntArray bones ) -
IntArray
get_vertex_bones( int idx ) const - void
set_vertex_weights( int idx, RealArray weights ) -
RealArray
get_vertex_weights( int idx ) const - void
set_vertex_meta( int idx, var meta ) - void
get_vertex_meta( int idx ) const -
IntArray
get_vertex_edges( int idx ) const -
IntArray
get_vertex_faces( int idx ) const -
int
get_edge_vertex( int idx, int vertex ) const -
IntArray
get_edge_faces( int idx ) const - void
set_edge_meta( int idx, var meta ) - void
get_edge_meta( int idx ) const -
int
get_face_vertex( int idx, int vertex ) const -
int
get_face_edge( int idx, int edge ) const - void
set_face_meta( int idx, var meta ) - void
get_face_meta( int idx ) const -
Vector3
get_face_normal( int idx ) const - void
set_material( Material material ) -
Object
get_material( ) const