Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp1717 … const auto parser = [&camera](LoadResult& loadResult, const json::value& orthographic) -> bool { in PrimitiveAttributes() argument
1718 return CameraOrthographic(loadResult, orthographic, camera->attributes.ortho); in PrimitiveAttributes()