3D Generator

3D Generator  -  The 3d generator of a GeometryLayer Icon 3D Layer represents a source of geometry.

GeometryV9Generator GeometryV9Generator GeometryV9Generator GeometryV9Generator

The 3D Generators are at the core of GeometryLayer Icon 3D Layer : they define the raw geometry on which modifiers and renderers will operate. It can either be a 3D primitive generated by Smode, a particle system, an external 3D file or a vectorial spline in SVG format.

Smode deals with three types of information in geometries: points, lines and triangles. Depending on which information a geometry contains, some renderers may or may not work.

  • A particles system is a geometry that contains points only and that can be rendered with SpritePointsGeometryRenderer Icon Sprite Points .
  • Splines contain both points and lines, which makes them renderable with Points Renderers and Line Renderers.
  • Meshes contain the three types of information, which means that they can be displayed with all available renderers.

The following image illustrates the Geosphere generator displayed with one renderer of each type:

GeospherePointsLinesTriangles GeospherePointsLinesTriangles

ParticlesGeometryGenerator Icon Particles have a dedicated topic but is still a 3d generator with point informations.

Learn more about 3D compositing by reading: Basics of 3D Compositing .


Variables:

  • Modifiers: Modifiers that will be applied to 3d generator
  • Placement: Placement of the 3d generator