Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
IDrawable.h File Reference

Core interfaces for the rendering system supporting both instanced and custom drawing. More...

Include dependency graph for IDrawable.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Core interfaces for the rendering system supporting both instanced and custom drawing.

Definition in file IDrawable.h.