mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 09:41:19 -05:00
WIP: intermediary commit, will attempt to run HC's code on this machine.
This commit is contained in:
@@ -126,7 +126,7 @@ void RenderablePlanet::render(const Camera* camera, const psc& thisPosition)
|
||||
transform = glm::rotate(
|
||||
transform, 4.1f * static_cast<float>(sgct::Engine::instance()->getTime()),
|
||||
glm::vec3(0.0f, 1.0f, 0.0f));
|
||||
|
||||
|
||||
// setup the data to the shader
|
||||
_programObject->setUniform("ViewProjection", camera->viewProjectionMatrix());
|
||||
_programObject->setUniform("ModelTransform", transform);
|
||||
|
||||
Reference in New Issue
Block a user