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

Do not save location and direction in light #23

Closed SiebenCorgie closed 6 years ago

SiebenCorgie commented 6 years ago

Currently the lights can sit within a tree (together with attributes like location and rotation) but they also hold location and rotation withing the light struct. In the future the location and rotation sent to the shader should be optained from the node attrbutes.

SiebenCorgie commented 6 years ago

Done with the next commit to master!