Document readVec3DF and getScale

This commit is contained in:
JosiahWI
2023-05-18 06:54:05 -05:00
committed by Josiah VanderZee
parent fd41ee02df
commit 22f6012d2e
2 changed files with 10 additions and 2 deletions

View File

@ -208,7 +208,7 @@ core::vector2df CGLTFMeshFileLoader::ModelParser::readVec2DF(
core::vector3df CGLTFMeshFileLoader::ModelParser::readVec3DF(
const BufferOffset& readFrom,
const float scale = 1.0f)
const float scale)
{
return core::vector3df(
scale * readPrimitive<float>(readFrom),