mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-12 15:47:23 +02:00
13 lines
No EOL
486 B
C++
13 lines
No EOL
486 B
C++
//
|
|
// Created by Sabrina Shanman 8/14/2018
|
|
// Copyright 2018 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
#include "NestableTransformNode.h"
|
|
|
|
glm::vec3 BaseNestableTransformNode<SpatiallyNestable>::getActualScale(const std::shared_ptr<SpatiallyNestable>& nestablePointer) const {
|
|
return nestablePointer->getAbsoluteJointScaleInObjectFrame(_jointIndex);
|
|
} |