class_immediategeometry - dragonsoulz/godot GitHub Wiki
ImmediateGeometry
####Inherits: GeometryInstance ####Category: Core
Brief Description
Member Functions
- void begin ( int primitive, Texture texture )
- void set_normal ( Vector3 normal )
- void set_tangent ( Plane tangent )
- void set_color ( Color color )
- void set_uv ( Vector2 uv )
- void set_uv2 ( Vector2 uv )
- void add_vertex ( Vector3 color )
- void add_sphere ( int lats, int lons, float radius )
- void end ( )
- void clear ( )