Notch Notch Manual 1.0
 Light | Dark
3D Primitive

3D Primitive

Generate a 3D primitive as a mesh

image

image

Method #

This node generates a 3D primitive mesh, chosen from the meshes Shape Type property. As well as being rendered directly, 3D Primtiives may also be used as an input for various other nodes, including Particle Mesh Emitters, Field 3D Object Emitters, Clone To Mesh, and numerous others. A Material Node can also be input to control the meshes material properties.

The 3D Primitive node may be used as a rigid body in a physics system via the Physics Attributes properties. It must be parented under a Rigid Body Root node for physics to be applied.

This node outputs the normal transformation and translation values, but it also outputs geometry which can be modified with Deformer nodes, or used as a mesh sources for nodes which accept mesh connections, such as the Field 3D Object Emitter or the Procedural 3D Object.

Parameters

These properties control the 3D transforms of the node. Transforms will generally be inherited by child nodes, although they can be ignored through the Inherit Transform Channels attributes.

ParameterDetails
Position XMove along the local x-axis.
Position YMove along the local y-axis.
Position ZMove along the local z-axis.
Rotation HeadingRotate around the local y-axis.
Rotation PitchRotate around the local x-axis.
Rotation BankRotate around the local z-axis.
Scale XScale along the local x-axis.
Scale YScale along the local y-axis.
Scale ZScale along the local z-axis.

Control the inheritance of the transforms from the parent.

ParameterDetails
PositionToggle inheritance of the Position from the parent.
RotationToggle inheritance of the Rotation from the parent.
ScaleToggle inheritance of the Scale from the parent.
World Position OnlyInherit the world position from the parent only, rotation and scale will be ignored. Overrides above properties.
Inherit TimeToggle inheritance of time from the parent.

TBC

ParameterDetails
Pivot ModeControl where the pivot point is generated for the object.
Pivot Point SelectionIn custom mode, filter the points shown on the bounding box for placing the pivot.
Pivot Position XIn custom mode, directly edit the x position of the pivot.
Pivot Position YIn custom mode, directly edit the y position of the pivot.
Pivot Position ZIn custom mode, directly edit the z position of the pivot.
Dynamic UpdateControl whether the changes to the pivot dynamically update the object.

These properties control the core behaviours of the node.

ParameterDetails
Shape TypeChoose which 3D shape is rendered.
RadiusThe radius of the primitive, where appropriate.
Size ModeChoose if the properties define the radius or diameter of the shape.
Subdivisions XHow many subdivisions along the objects X axis.
Subdivisions YHow many subdivisions along the objects Y axis.
Origin XQuickly set the Pivot Point of the primtive on the X axis
Origin YQuickly set the Pivot Point of the primtive on the Y axis
Origin ZQuickly set the Pivot Point of the primtive on the Z axis
Primitive Vertex CountShows the original vertex count of the primtiive at generation
Primitive Polygon CountShows the original polygon count of the primtiive at generation
Post-Deformer Vertex CountShows the current vertex count of the primtiive after all the deformers have been applied
Post-Deformer Polygon CountShows the current polygon count of the primtiive after all the deformers have been applied

These properties control how the geometry is rendered into the scene.

ParameterDetails
VisibleControl whether the node is visible or not to the scene.
Seen By RaysAllow the mesh to be seen by the raytracer. When set to 0, the mesh will still render in camera but will be ignored by any raytracing nodes.
Render Z OnlyWhen enabled, the 3D object is only rendered to the depth buffer in the main camera render. No colour data is rendered.
Render To Shadows OnlyWhen enabled, this object isn’t rendered to the camera but will render shadows still.
Per Object Composite AlphaOverwrites the alpha channel beneath the object, giving simple effect of transparency. Best used when the mesh won’t overlap with other objects, as other meshes will not be seen through the mesh.

These properties control how the UVs of the mesh are transformed when output for the UV camera. Useful for arranging multiple objects to be output for the same UV Camera.

ParameterDetails
UV Scale XScale the mesh UV along the x axis.
UV Scale YScale the mesh UV along the y axis.
UV Offset XMove the mesh UV along the x axis.
UV Offset YMove the mesh UV along the y axis.

TBC

ParameterDetails
Show MetricsTBC

These properties control the behavious of the object in a Physics System.

ParameterDetails
FrictionThe friction of the rigid body.
BouncinessThe bounciness of the rigid body.
Spin XThe spin of the rigid body in the X axis. This scales the inertia tensor on the X axis, making the body spin faster in that direction when torque is applied.
Spin YThe spin of the rigid body in the Y axis. This scales the inertia tensor on the Y axis, making the body spin faster in that direction when torque is applied.
Spin ZThe spin of the rigid body in the Z axis. This scales the inertia tensor on the Z axis, making the body spin faster in that direction when torque is applied.
Dynamics ModeHow the object is used in a physics simulation. Parenting to a Physics Root node node must be done for any physics simulations to occur.
  • Static : A static rigid body does not move and can’t be moved by physics, but will act as a collider for other dynamic objects. An example could be a floor or wall.
  • Kinematic : A kinematic rigid body is not moved by physics but has a velocity that can affect dynamic bodies. An example could be a moving platform or rotating collider.
  • Dynamic : A dynamic rigid body has its initial position set by its transform, but transform control is taken over by physics as soon as the simulation starts.
  • Disabled : Physics will not be applied, and the object will be ignored for simulation.
Dynamics Transform For Rendering Only (Faster)If selected, the transform of the body is maintained on GPU only. This reduces latency and increases performance but means that parenting to the object, e.g. using it to transform lights or emitters, will not work.
Rigid Body ShapeThe shape of the rigid body
  • Sphere : A sphere
  • Box : A box
  • Plane : A plane - can only be static or kinematic
  • 3D Object (Convex Hull) : A convex hull derived from the geometry of the Shape3D node
  • 3D Object (Use Original Geometry) : The original triangle geometry of the Shape 3D node, if applicable
Rigid Body Sphere RadiusThe radius of the rigid body sphere shape if applicable
Rigid Body Box Size XThe size of the rigid body box shape if applicable
Rigid Body Box Size YThe size of the rigid body box shape if applicable
Rigid Body Box Size ZThe size of the rigid body box shape if applicable
Rigid Body Convex Hull ModeIf the Convex Hull shape is used, determines the convex hull mode used - which will be wrapped around the node’s geometry
  • 10 Faces (Cylinder) X-Axis : A simplified cylinder with 10 sides pointing along the X axis.
  • 10 Faces (Cylinder) Y-Axis : A simplified cylinder with 10 sides pointing along the Y axis.
  • 10 Faces (Cylinder) Z-Axis : A simplified cylinder with 10 sides pointing along the Z axis.
  • 14 Faces (Capsule) - X-Axis : A simplified capsule with 10 sides pointing along the X axis.
  • 14 Faces (Capsule) - Y-Axis : A simplified capsule with 10 sides pointing along the Y axis.
  • 14 Faces (Capsule) - Z-Axis : A simplified capsule with 10 sides pointing along the Z axis.
  • 18 Faces (Rounded Box) : A simplified beveled box with 18 sides.
Bake Physics TransformsBake physics transforms so they are no longer dynamic, but reliably playback and are more performant.
Baked TransformTBC

TBC

ParameterDetails
Lines VisibleControl whether lines are rendered to the scene from the geometry.
Lines AlphaChange the alpha transparency value of the lines, making them appear see-through.
ColourChange the colour value of the lines.
Use Vertex ColoursColour lines based on the vertex colours of the geometry.
Thick LinesAllow the lines to rendered with thickness, for line effects which can be accurately anti-aliased.
Hide Back Face LinesHide the lines generated from polygon faces facing away from the camera, where only the back faces of geometry can be seen.
Lock WidthLock the line width to be a consistent width regardless of distance from the camera. Only functions with Thick Lines enabled.
Thick Line WidthControl the thickness of all the lines. Only functions with Thick Lines enabled.
Show Silhouette LinesDraws lines along the edges of the object relative to the camera.
Show Normal Difference LinesDraw a line along the edges of the mesh, depending on the angle difference between their mutual faces.
Show Unshared LinesDraw lines along all edges of the shape.
Show Other LinesShow all the lines for each edge of the mesh.
Unshared Lines WeightControl the strength of the unshared lines.
Silhouette Lines WeightControl the strength of the silhouette lines.
Normal Difference Lines WeightControl the strength of the lines generated along the normal angles.
Other Lines WeightControl the strength of the lines for each edge in the mesh.
Line Normal Difference AngleChange the threshold angle between two face normals that will generate a line along their common edge. Only functions with Show Normal Lines enabled.
Line Normal Fade SharpnessHow much the drawn normal lines will fade away the closer the edge angle is to the Line Normal Difference Angle.
Line Depth BiasExaggerate the width of the lines based on the distance to the camera. not functional with Lock Width enabled.
Line Silhouette Fade SharpnessHow much the drawn silhouette lines will fade away based on the size of the edge angle to the camera.

Preview the objects material in the viewport.

These properties control how the surface of the generated mesh reacts to light in the scene. See Materials for a breakdown of all these properties individually.

Inputs

NameDescriptionTypical Input
Transform ModifiersApply the transforms of another node to this node.Null
Target NodeModifiy the rotations of the node to always direct the z axis towards the input.Null
Local Transform OverrideApply the transforms of another node to this node, relative to its parent.Null