Home
last modified time | relevance | path

Searched refs:modelIdRSDZ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h691 BASE_NS::string modelIdRSDZ; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_importer.cpp1979 if (!node.modelIdRSDZ.empty()) { in RecursivelyCreateComponents()
1983 … node.modelIdRSDZ, component.modelId, StringUtil::MaxStringLengthFromArray(component.modelId)); in RecursivelyCreateComponents()
H A Dgltf2_loader.cpp2099 ParseOptionalString(loadResult, node.modelIdRSDZ, extras, "modelId", ""); in PrimitiveAttributes()