Files
BlitzNext/Runtime/blitz3d/users_guide.txt
T
Michael Fabian 'Xaymar' Dirks 24788185aa runtime: CMake-ify
2019-01-18 15:55:06 +01:00

33 lines
336 B
Plaintext

Blitz 3D User Guide.
Welcome to the wonder world of 3D!
Entities
********
At the heart of Blitz3D lies the concept of an 'Entity'.
An Entity is a 'thing' in the 3D world that has a position and an orientation.
Blitz3D supports many kinds of entities:
* Camera
* Light
* Pivot
* Mesh
* Sprite
* Plane
* Mirror
* Terrain