mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-23 14:52:25 -05:00
REVIEWED: Webpage reference comments starting with REF:, more consistent with TODO: and NOTE: comments
This commit is contained in:
@ -5998,8 +5998,8 @@ static Model LoadGLTF(const char *fileName)
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
|
||||
// Load animation data
|
||||
// Ref: https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#skins
|
||||
// Ref: https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#skinned-mesh-attributes
|
||||
// REF: https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#skins
|
||||
// REF: https://www.khronos.org/registry/glTF/specs/2.0/glTF-2.0.html#skinned-mesh-attributes
|
||||
//
|
||||
// LIMITATIONS:
|
||||
// - Only supports 1 armature per file, and skips loading it if there are multiple armatures
|
||||
|
||||
Reference in New Issue
Block a user