Home
last modified time | relevance | path

Searched refs:JOINTS (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp286 attribute.type = AttributeType::JOINTS; in GetAttributeType()
466 } else if (dataType.type == AttributeType::JOINTS) { in GetAttributeType()
797 { "JOINTS accessor must use VEC4.", "JOINTS accessor must use UNSIGNED_BYTE or UNSIGNED_SHORT." },
856 case AttributeType::JOINTS: in ValidateMorphTargetAttribute()
923 case AttributeType::JOINTS: in ValidateMorphTargetAttributeQuantization()
H A Dgltf2_data_structures.h84 JOINTS = 5, member in GLTF2::AttributeType
H A Dgltf2_importer.cpp581 case GLTF2::AttributeType::JOINTS: in LoadPrimitiveAttributeData()
661 case GLTF2::AttributeType::JOINTS: in GenerateMorphTargets()
723 info.joints = ContainsAttribute(primitive, GLTF2::AttributeType::JOINTS); in CreatePrimitiveImportInfo()

Completed in 9 milliseconds