Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Dcamera_component.h39 ORTHOGRAPHIC = 0, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dcamera_component_manager.cpp44 DECL_ENUM(CameraComponent::Projection, ORTHOGRAPHIC, "Orthographic")
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h139 enum class CameraType : int { INVALID, PERSPECTIVE, ORTHOGRAPHIC }; in CORE3D_BEGIN_NAMESPACE() enumerator
H A Dgltf2_util.cpp360 out = CameraType::ORTHOGRAPHIC; in GetCameraType()
528 case CameraType::ORTHOGRAPHIC: in GetCameraType()
H A Dgltf2_exporter.cpp490 case CameraComponent::Projection::ORTHOGRAPHIC: { in ExportGltfCameras()
491 exportCamera->type = CameraType::ORTHOGRAPHIC; in ExportGltfCameras()
1494 } else if (camera->type == CameraType::ORTHOGRAPHIC) { in ExportCameras()
H A Dgltf2_importer.cpp1893 if (node.camera->type == GLTF2::CameraType::ORTHOGRAPHIC) { in CreateCamera()
1894 component->projection = CameraComponent::Projection::ORTHOGRAPHIC; in CreateCamera()
H A Dgltf2_loader.cpp1716 case CameraType::ORTHOGRAPHIC: { in PrimitiveAttributes()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dpicking.cpp280 if (cameraComponent.projection == CORE3D_NS::CameraComponent::Projection::ORTHOGRAPHIC) { in RayFromCamera()
H A Dscene_util.cpp66 case CameraComponent::Projection::ORTHOGRAPHIC: { in CalculateProjectionMatrix()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp3112 … if (cameraComponent->projection == CORE3D_NS::CameraComponent::Projection::ORTHOGRAPHIC) { in RayFromCamera()