-
Notifications
You must be signed in to change notification settings - Fork 0
class_immediategeometry
reduz edited this page Oct 15, 2014
·
2 revisions
####Inherits: GeometryInstance ####Category: Core
- 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 ( )