objects/sprite library
Classes
- Sprite
- A sprite is a plane that always faces towards the camera, generally with a partially transparent texture applied.
Functions
-
transformVertex(
Vector3 vertexPosition, Vector3 mvPosition, Vector2 center, Vector scale, double? sin, double? cos) → void