SiebenCorgie / jakar-engine

Formerly "Ori-Engine" is an hobby project of mine. Target is an Rust/Vulkan engine for games and visualization software.
MIT License
19 stars 0 forks source link

Add property flags to nodes #19

Closed SiebenCorgie closed 6 years ago

SiebenCorgie commented 7 years ago

For easier sorting I'm going to add flags like "transparent" or "draw_shadow" to nodes or meshes.

SiebenCorgie commented 7 years ago

So I added the flags, and they should be added correctly... mostyl, however, there are two things to do now:

SiebenCorgie commented 6 years ago

While this is finished, the new sorting mechanism has to be added to every getter function (see: https://github.com/SiebenCorgie/jakar-engine/issues/21 ).