Menus#
File#
New Empty glTF#
Ctrl-N
Clears the current glTF and loads an empty glTF.
New Sample glTF#
Clears the current glTF and loads the sample glTF.
Open…#
Ctrl-O
Opens a .glTF or .glb file.
Open Recent#
Opens recent .glTF or .glb file.
Merge…#
Ctrl-I
Merges another glTF into the current glTF file for reusing the assets.
See also
More information about how to merge glTF, can be found in the quick tutorial.
Save#
Ctrl-S
Saves the current file.
Save as…#
Ctrl-S
Saves the current file and allows to choose between storing the file as .glTF or .glb.
Save Minified as…#
Saves glTF without any unnecessary white spaces, in the shortest description possible.
Import Image…#
Shift-Ctrl-I
Imports .jpg or .png files.
Import Texture…#
Shift-Ctrl-T
Imports .jpg or .png files.
Import Material…#
Shift-Ctrl-M
Imports material files contained in the selected folder.
Import 3D Model…#
Shift-Ctrl-O
The 3D file formats 3ds, dxf, obj, ply, fbx, stl x3d and glTF 1.0 are supported.
Export USDZ#
Exports the current glTF as USDZ file.
See also
More information about how to merge glTF, can be found in the quick tutorial.
Asset Properties#
Shows the glTF asset’s properties. Copyright can be altered.
Exit#
Does quit Gestaltor. If a glTF is modified, the user is asked before termination.
Edit#
Undo#
Ctrl-Z
Rolls back the previous action.
Redo#
Shift-Ctrl-Z
Recreates the last action.
Copy#
Ctrl-C
Copies the selected object to the clipboard.
Paste#
Ctrl-V
Inserts the copied object from the clipboard.
Cut#
Ctrl-X
Copies the selected object to the clipboard and removes it from its position.
Duplicate#
Ctrl-D
A copy of the selected object will appear immediately.
Delete#
Ctrl-Backspace
The selected object and its references will be erased.
Create#
Scene#
Alt-Ctrl-S
An empty scene will be added in the Content.
Node#
Alt-Ctrl-N
An empty node will be added in the Content.
Camera#
Alt-Ctrl-C
A camera will be added in the Content.
Light#
Alt-Ctrl-L
A light will be added in the Content.
Mesh…#
Alt-Ctrl-E
Adds a primitive’s geometry to the scene; it will be added in the Content.
Material#
Alt-Ctrl-M
A material will be added in the Content.
Material Variant#
Alt-Ctrl-V
A material variant will be added in the Content.
Texture#
Alt-Ctrl-T
A texture will be added in the Content.
Sampler#
Alt-Ctrl-A
A sampler will be added in the Content.
Animation…#
Alt-Ctrl-K
Animations like rotation and translation can be created and applied on a selected target with duration, offset and bounce options.
See also
More information about how to merge glTF, can be found in the quick tutorial.
Add Camera from View#
Adds a camera to the scene, this camera has the same prospective of the user’s camera.
Viewport#
Edit Mode#
Ctrl-F1
The viewport will be set to edit mode to be able to modify the asset.
Render Mode#
Ctrl-F2
The viewport will be set to render mode to view the asset. Once selected, the user can also select a camera.
Select#
Q
Set the viewport manipulator’s mode to be able to select the choosen object.
Move#
V
Set the viewport manipulator’s mode to be able to move the choosen object.
Rotate#
E
Set the viewport manipulator’s mode to be able to rotate the choosen object.
Scale#
R
Set the viewport manipulator’s mode to be able to scale the choosen object.
World Space#
Shift-Ctrl-G
Toggle world space.
Local Space#
Shift-Ctrl-L
Toggle local space.
Show Grid#
Toggle to show Viewport’s grid.
Show Bounding Boxes#
Toggle to show bounding boxes.
Show Skins and Bones#
Toggle to show skins and bones.
Visualization Mode#
Visualization Mode refers to the look of present objects in the viewport. There are several modes to choose from.
Focus Selected Node#
F
Set focus on the selected node.
Animation#
Animation player options to play, pause, stop, end and reset it.
Camera Projection#
Can be set to perspective or orthographic.
Camera Orientation#
Can be set to: top, bottom, right, left, front or back.
Resolution…#
Can be customised in size and orientation. (The default one is 1974x876 Landscape.)
Render Capture#
Ctrl-F5
A Capture of the Viewport will be saved as a .png or .jpeg file.
Automation#
Apply Extensions#
KHR_draco_mesh_compression: Applies the draco mesh compression to all meshes in the glTF.
Resolve All Instances#
Sparse Accessors, KHR_mesh_quantization, KHR_draco_mesh_compression: Resolves all binary data that is stored in special formats (sparse data, quantized data or compressed data).
Remove Extensions#
Removes the selected extension from the glTF asset.
Remove Properties#
Removes the selected property from the workspace. Remove extras removes all the extra properties, Remove name renames every entity with the default name, Remove animation deletes all the animations from the content.
Cleanup All#
Removes all unused images, textures, samplers, nodes, etc. from the glTF.
Cleanup by Type#
Removes all the empty nodes or the texture coordinate attributes.
Store All As#
Images as > Binary Buffer / File / Embedded: Specify how all images in this glTF should be stored.
Accessors as > File / Embedded: Specify how all accessors in this glTF should be stored.
TRS as > TRS Components / Matrix: Specify whether all translation rotation scale (TRS) values should be stored as individual components or as a combined matrix.
Optimize All#
by Eliminating Triangles (destructive): by Eliminating Triangles (destructive)
by Clustering Similar Vertices: Replaces vertices that are positioned close together with one vertex in all meshes, reducing the overall vertex count.
Convert Extension#
Converts the Specular Glossiness extension to the Metallic Roughness extension.
View#
Toggle to show or hide all the possible Widgets. By default or on Reset Layout are shown: Inspector, Hierarchy, Viewport, Content, Logger and Viewport Settings; in addition also Statistics can be displayed. Enter/Exit Full Screen option is also available.