Click or drag to resize

Modeling Tools

Material EditorManual / Content Creation / Modeling ToolsUI Editor

Modeling Tools

Contents
Overview

Modeling Tools is an extension of Scene Editor, which includes fast level creation tools, 3D modeling, constructive solid geometry operations. This is a tool for editing 3D models in the scene. Created models can be used both as scene objects and as ordinary 3D models.

Screenshot999999999362.png
Ribbon tab

The editor is presented as the Modeling tab in the Ribbon. Using the tab, you can create shapes, switch the mode of selecting objects, and perform actions with objects.

Screenshot999999999297 10.png
Figures creating

First, the figures in the scene are created. There are two ways to do this.

Creating with Resources Window

Figures can be created in the standard way, using the window Resources Window. You need to select the desired shape in 'Base\Primitives' group, then drag and drop it into the editor workspace.

Screenshot999999999364 2.png
Creating with buttons in the Modeling tab

Figures can be created using the ribbon tab buttons.

Screenshot999999999297 6.png
Name Description
Screenshot999999999922 12.png
Screenshot999999999927 2.png
Object selection modes

There are four modes of selecting objects, or, more simply, four modes of working.

Screenshot999999999297 2.png
Name Description
Screenshot999999999288 2.png
Object selection mode. This is the usual scene editor mode, enabled by default.
Screenshot999999999297 3.png
Vertex selection mode. In this mode you can select the vertices, move them, perform any editing actions.

The vertices are moved using the transformation tool, just as it is done with scene objects.

Screenshot999999999365 2.png
Screenshot999999999297 4.png
Edge selection mode. In this mode you can select the edges, perform any editing actions.
Screenshot999999999297 5.png
Face selection mode. In this mode you can select the faces, perform any editing actions.

In the face mode there are base actions apart from the actions that are presented in the ribbon. You can clone and delete faces. Clone and Delete actions are available in the main tab of the ribbon, in the toolbar and in the context menu.

Screenshot999999999366 2.png
Actions

The main features of the editor are presented by actions.

Screenshot999999999297 11.png
Selection Tools

Operations for selecting objects.

Screenshot999999999328 2.png
Name Description
Screenshot999999999328 3.png
Selects all elements.
Screenshot999999999328 4.png
Selects all the elements that are not currently selected and removes selection from the currently selected elements.
Screenshot999999999328 5.png
Adds adjacent elements to the currently selected elements.
Screenshot999999999328 6.png
Selects all the faces that have the same material as currently selected faces.
Material Tools

Operations for configuring materials.

Screenshot999999999330 2.png
Name Description
Screenshot999999999330 3.png
Sets a material for the selected faces. The material to use has to be selected in the Resources Window.
Screenshot999999999922 6.png
Sets a color for the selected objects.
Object Tools

Operations for working with the figures.

Screenshot999999999331 2.png
Name Description
Screenshot999999999331 3.png
Combines the selected objects into a single one. If the single Mesh In Space object is selected than merges all child geometries into a single one. If several mesh objects are selected than places all child geometries of these objects into the single mesh object.
Screenshot999999999922 8.png
Creates a mirror transformation of the selected object.
Vertex Tools

Operations for working with the vertices.

Screenshot999999999332 2.png
Name Description
Screenshot999999999332 3.png
Merges selected vertices into the single vertex. This new single vertex can be placed at the center of the original vertices or at the first vertex position.
Screenshot999999999332 4.png
Makes the vertices that are shared by many triangles independent. A new independent vertex is created for each triangle.
Edge Tools

Operations for working with the edges.

Screenshot999999999333 2.png
Name Description
Screenshot999999999333 3.png
Connects two selected edges with a new face. If the edges have a common vertex then a single triangle is added. If the edges do not have a common vertex then two triangles are added.
Face Tools

Operations for working with the faces.

Screenshot999999999334 2.png
Name Description
Screenshot999999999334 3.png
Combines selected faces into a single one. If the single Mesh In Space is selected then merges all the geometries into a single geometry. If several meshes are selected then replaces them by a single mesh and places all geometries into it.
Screenshot999999999334 4.png
Splits selected faces to the separate triangles. Each triangle in a face will become a face.
Screenshot999999999334 5.png
Removes selected faces from a geometry and places them in a new geometry. There are options:
  • Detach Faces to Mesh Geometry - The new geometry may share the same vertices with an old geometry.
  • Detach Faces to Mesh Geometry (Split Vertices) - The new geometry will not share the same vertices.
  • Detach Faces to Mesh In Space - The new geometry will be placed in a new Mesh In Space.
Screenshot999999999334 7.png
Makes all normals in the mesh conformed to each other. There are two possible directions for conformed normals, which one to use is determined by the majority of triangles.
Screenshot999999999334 6.png
Inverts the normals of selected faces.
Screenshot999999999336 6.png
Recalculates the normals of selected faces to smooth them.
Screenshot999999999336 7.png
Recalculates the normals of selected faces so that they do not have smoothing (perpendicular to the planes of the triangles).
Boolean

Boolean operations.

Screenshot999999999327 2.png
Name Description
Screenshot999999999327 3.png
Implements constructive solid geometry union operation for two selected Mesh In Space objects.
Screenshot999999999327 4.png
Implements constructive solid geometry difference operation for two selected Mesh In Space objects. The result object will be the first selected mesh minus the second selected mesh.
Screenshot999999999327 5.png
Implements constructive solid geometry intersect operation for two selected Mesh In Space objects.
Modify

Modification operations.

Screenshot999999999999015 3.png
Name Description
Screenshot999999999999015 4.png
Adds a mesh modifier to the object. Mesh modifiers provide the ability to modify the output data provided by the mesh; they do not change the original mesh data.
Screenshot999999999999015 5.png
Screenshot999999999999072 4.png
Adds a masked paint layer.
Export

Export functions.

Screenshot999999999999999999649 2.png
Name Description
Screenshot999999999999999999649 3.png
Exports the selected 3D model to a FBX file.
Using created models in other scenes

The created models can be used as normal 3D models in other scenes. The scene in which the object is created will be considered as a resource.

First, create one scene file and a figure in it.

Screenshot999999999367.png

Create the second scene. To place a 3D model from the first scene, you need to select the file of the first scene in the Resources Window. Next, expand it using the '+' button, find the desired figure and drag and drop it into the scene.

Screenshot999999999368 2.png
Making extensions

The functionality of modeling tools can be easy expanded. The developer can create own actions, mesh modifiers. The basic way to expand is to create your own mesh modifier.

Screenshot999999999999015 5.png

Mesh modifiers are implemented as C# components, they available in the NeoAxis SDK:

  • Sources\NeoAxis.CoreExtension\Modules\Mesh modifiers\MeshModifier_BoxUV.cs
  • Sources\NeoAxis.CoreExtension\Modules\Mesh modifiers\MeshModifier_RandomizePosition.cs
See also
Material EditorUI Editor