Drawing Order
I really want to implement drawing order in my node based graphics engine in vsge.
Node based meaning, that I actually have a nodetree, each node containing a pointer to the parent …
I really want to implement drawing order in my node based graphics engine in vsge.
Node based meaning, that I actually have a nodetree, each node containing a pointer to the parent …