satchelfrost / revolvr

A VR-focused Game Engine
MIT License
9 stars 1 forks source link

Removed Rendering code from App #30

Closed cdelapaz0 closed 1 year ago

cdelapaz0 commented 1 year ago

Removed the Render and RenderLayer from App into VulkanRenderer. Modified the Spatial::SetWorldPosition function to work as the name implies. NOTE: I have yet to fully test the new Spatial::SetWorldPosition implementation.