Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DTextureCube.cpp140 loadImages_[FACE_POSITIVE_Z] = loadImages_[FACE_NEGATIVE_Y]->GetNextSibling(); in BeginLoad()
141 loadImages_[FACE_NEGATIVE_Z] = loadImages_[FACE_POSITIVE_Z]->GetNextSibling(); in BeginLoad()
154 loadImages_[FACE_POSITIVE_Z] = GetTileImage(image, 0, 0, faceWidth, faceHeight); in BeginLoad()
174 loadImages_[FACE_POSITIVE_Z] = GetTileImage(image, 1, 1, faceWidth, faceHeight); in BeginLoad()
185 loadImages_[FACE_POSITIVE_Z] = GetTileImage(image, 1, 1, faceWidth, faceHeight); in BeginLoad()
204 loadImages_[FACE_POSITIVE_Z] = GetTileImage(image, 2, 1, faceWidth, faceHeight); in BeginLoad()
H A DGraphicsDefs.h273 FACE_POSITIVE_Z, enumerator
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorCubeCapture.as210 return FACE_POSITIVE_Z;
229 case FACE_POSITIVE_Z:
259 case FACE_POSITIVE_Z:
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DGraphicsDefs.pkg168 FACE_POSITIVE_Z,
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp280 engine->RegisterEnumValue("CubeMapFace", "FACE_POSITIVE_Z", FACE_POSITIVE_Z); in RegisterRenderPath()
/dports/graphics/urho3d/Urho3D-1.7.1/Docs/
H A DAngelScriptAPI.h15452 FACE_POSITIVE_Z, enumerator
H A DLuaScriptAPI.dox8143 - int FACE_POSITIVE_Z
H A DScriptAPI.dox16032 - FACE_POSITIVE_Z