extrawurst / unecht

Game Engine Framework for the D programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visualize camera pos using billboard

extrawurst opened this issue · comments

system for stuff like collider bounding boxes too ?

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 ?