|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
Core interfaces for the rendering system supporting both instanced and custom drawing. More...
Go to the source code of this file.
Data Structures | |
| interface | IDrawable |
| Base interface for all renderable objects in the scene. More... | |
| interface | IInstancedDrawable |
| Interface for objects that support GPU instanced rendering. More... | |
| interface | ICustomDrawable |
| Interface for objects with specialized rendering requirements. More... | |
Core interfaces for the rendering system supporting both instanced and custom drawing.
Definition in file IDrawable.h.