Create Layers

How to create different types of layers like TextureLayer Icon 2D Layer , GeometryLayer Icon 3D Layer , ParticlesGeometryGenerator Icon Particles , ParticlesGeometryGenerator Icon Particles etc.

Create Layers Create Layers Create Layers Create Layers

A Smode Compo Icon Compo is a stack of layers.

A layer can be a TextureGenerator Icon 2D Generator , a GeometryV9Generator Icon 3D Generator , a TextureModifier Icon 2D Modifier , a GeometryV9Modifier Icon 3D Modifier , a TextureLayerTextureMask Icon Layer mask , a GeometryMask Icon 3D Mask , a GeometryV9Renderer Icon 3D Renderer , a TextureRenderer Icon 2D Renderer etc.


Right-click menu in a Compo Icon Compo

You can create new layers by right-clicking in a Compo Icon Compo in the ElementTreeWorkspaceComponent Icon Element Tree :

CreatingLayers03 CreatingLayers03

Or in the top-left menu button ELEMENT:

TopLeftMenu TopLeftMenu

2D modifiers are directly accessible while right-clicking on a Compo Icon Compo because a Compo Icon Compo is itself a 2D Layer:

2DModifiers 2DModifiers

3D modifiers are accessible only when clicking on a 3D Layer:

3DModifiers 3DModifiers

And here are all Layers:

Layers Layers

Some modifiers are accessible only when right clicking on specific elements, such as the Field Icon Field menu when you click on a ParticlesGeometryGenerator Icon Particles system. Or some renderers when clicking on a GroupTextureRenderer Icon Group 2D Renderer or on a GeometryV9Generator Icon 3D Generator :

ParticlesMenu ParticlesMenu


Create with the instantiator

It is possible to create a layer by typing a part of its internal name in the element creation box (instantiator). You can also search for presets.

Press [CTRL] + [Spacebar] with the ElementTreeWorkspaceComponent Icon Element Tree selected to directly access the instantiator

Once the element you want to instantiate appears, just select it with the arrow keys and press [Enter] to create it on the same level as the selected element (or as a children):

CreatingLayers05 CreatingLayers05


Drag and drop a file in the ElementTreeWorkspaceComponent Icon Element Tree

In order to import an external file like an ImageFileTextureGenerator Icon Image Layer or a Scene3dFileGeometryGenerator Icon 3D File for instance, simply drag and drop your file into the ElementTreeWorkspaceComponent Icon Element Tree :

CreatingLayers01 CreatingLayers01

You can also import other files like a TextureModifier Icon 2D Modifier such as IsfFileTextureModifier Icon ISF Modifier or ColorLutFileTextureModifier Icon Color Lookup Table :

CreatingLayers02 CreatingLayers02


Create a layer by duplication

Layers can be created by selecting an existing layer and duplicating it by using one of these methods:

  • Select an existing layer and press Ctrl+D

  • Select an existing layer and drop it somewhere else while pressing the Ctrl key

Note that if you renamed the layer, both methods will auto-increment the names:

CreatingLayers04 CreatingLayers04

Read the ElementTreeWorkspaceComponent Icon Element Tree page of the documentation for more information.