Home
last modified time | relevance | path

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

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_model.cpp1353 float OrthoSize = 200.0f; in GetPartsListImage() local
1355 …lcMatrix44 ProjectionMatrix = lcMatrix44Ortho(-OrthoSize, OrthoSize, -OrthoSize, OrthoSize, -5000.… in GetPartsListImage()
1382 OrthoSize += ExtraPixels * (2.0f * OrthoSize / ThumbnailSize); in GetPartsListImage()
1383 …ProjectionMatrix = lcMatrix44Ortho(-OrthoSize, OrthoSize, -OrthoSize, OrthoSize, -5000.0f, 5000.0f… in GetPartsListImage()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorView.as198 cameraOrthoSize = settingsWindow.GetChild("OrthoSize", true);