Address MacOS compile issues, make ISS model scene graph node visible

This commit is contained in:
Alexander Bock
2021-05-25 17:50:31 +02:00
parent c3ba532bdb
commit 6cf6e450fb
21 changed files with 17 additions and 40 deletions

View File

@@ -53,9 +53,9 @@ struct CameraKeyframe {
bool&& followNodeRot, float&& scale)
: _position(pos)
, _rotation(rot)
, _followNodeRotation(followNodeRot)
, _focusNode(focusNode)
, _scale(scale)
, _followNodeRotation(followNodeRot)
{}
glm::dvec3 _position = glm::dvec3(0.0);