Searched refs:ORTHOGRAPHIC (Results 1 – 10 of 10) sorted by relevance
39 ORTHOGRAPHIC = 0, enumerator
44 DECL_ENUM(CameraComponent::Projection, ORTHOGRAPHIC, "Orthographic")
139 enum class CameraType : int { INVALID, PERSPECTIVE, ORTHOGRAPHIC }; in CORE3D_BEGIN_NAMESPACE() enumerator
360 out = CameraType::ORTHOGRAPHIC; in GetCameraType()528 case CameraType::ORTHOGRAPHIC: in GetCameraType()
490 case CameraComponent::Projection::ORTHOGRAPHIC: { in ExportGltfCameras()491 exportCamera->type = CameraType::ORTHOGRAPHIC; in ExportGltfCameras()1494 } else if (camera->type == CameraType::ORTHOGRAPHIC) { in ExportCameras()
1893 if (node.camera->type == GLTF2::CameraType::ORTHOGRAPHIC) { in CreateCamera()1894 component->projection = CameraComponent::Projection::ORTHOGRAPHIC; in CreateCamera()
1716 case CameraType::ORTHOGRAPHIC: { in PrimitiveAttributes()
280 if (cameraComponent.projection == CORE3D_NS::CameraComponent::Projection::ORTHOGRAPHIC) { in RayFromCamera()
66 case CameraComponent::Projection::ORTHOGRAPHIC: { in CalculateProjectionMatrix()
3112 … if (cameraComponent->projection == CORE3D_NS::CameraComponent::Projection::ORTHOGRAPHIC) { in RayFromCamera()