mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-03 00:30:26 +02:00
Document readVec3DF and getScale
This commit is contained in:
committed by
Josiah VanderZee
parent
fd41ee02df
commit
22f6012d2e
@ -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),
|
||||
|
Reference in New Issue
Block a user