extrawurst / unecht

Game Engine Framework for the D programming language
MIT License
55 stars 6 forks source link

visualize camera pos using billboard #105

Open extrawurst opened 9 years ago

extrawurst commented 9 years ago

system for stuff like collider bounding boxes too ?

extrawurst commented 9 years ago

generic system like Gizmos in unity: http://docs.unity3d.com/ScriptReference/Gizmos.html

maybe we can extract the code for drawing those, so that no additional virtual method like OnDrawGizmos is needed. an annotated toplevel module struct maybe ?