|
static string | formatFloat (float value) |
| Formats a float to a human readable format. More...
|
|
static void | setDefaultLight (Light *light) |
| Set up given engine light with default light. More...
|
|
static void | oseInit () |
| Init off screen engine for making thumbails. More...
|
|
static void | oseDispose () |
| Dispose off screen engine. More...
|
|
static void | oseThumbnail (Prototype *prototype, vector< uint8_t > &pngData) |
| Make a thumbnail of given prototype with off screen engine. More...
|
|
static float | computeMaxAxisDimension (BoundingBox *boundingBox) |
| Compute max axis dimension for given bounding box. More...
|
|
static Model * | createGroundModel (float width, float depth, float y) |
| Creates ground plate with 1m x 1m texture. More...
|
|
static Model * | createGridModel () |
| Creates grid plate with 1m x 1m texture. More...
|
|
static void | setupPrototype (Prototype *prototype, Engine *engine, const Transformations &lookFromRotations, int lodLevel, Vector3 &objectScale, CameraRotationInputHandler *cameraRotationInputHandler=nullptr, float scale=1.5f, bool resetup=false) |
| Set up entity in given engine with look from rotations and scale. More...
|
|
static const string | getRelativeResourcesFileName (const string &applicationRoot, const string &fileName) |
| Get relative resources file name. More...
|
|
static const string | getApplicationRootPathName (const string &fileName) |
| Get application root path name. More...
|
|
static const string | getApplicationSubPathName (const string &fileName) |
| Get application sub path name. More...
|
|
static const string | getPathName (const string &fileName) |
| Get path of given file name. More...
|
|
static const string | getFileName (const string &fileName) |
| Get file name of given file name. More...
|
|
static const string | removeFileEnding (const string &fileName) |
| Remove file ending, e.g. More...
|
|
static const string | ensureFileEnding (const string &fileName, const string &extension) |
| Ensure file ending. More...
|
|
static void | loadSettings (Application *application) |
| Load settings. More...
|
|
static Model * | getGizmoAll () |
|
static Model * | getGizmoTranslationScale () |
|
static Model * | getGizmoTranslation () |
|
static Model * | getGizmoScale () |
|
static Model * | getGizmoRotations () |
|
static Model * | getDefaultObb () |
|