ZilverBlade / Shard3D_Engine

Shard3D Engine, a 2000s styled game engine running on Vulkan 1.3 (MOVED TO GITLABS): https://gitlab.com/ZilverBlade/Shard3D_Engine
https://www.shard3d.com
6 stars 0 forks source link

Spotlight and directional light use the rotation as direction, which is incorrect #34

Open ZilverBlade opened 2 years ago

ZilverBlade commented 2 years ago

lights are currently using the rotation for the point at where they cast light (e.g. the look at point). Need to change the rotation to rotate a look at point around.