The '''SegmentMesh''' component is an evolved form of [[Component:SlotSegmentMesh]] the behavior is identical, except when not provided slots it will use local coordinate points instead.
|SlotA|{{RootFieldType|TransformRelayRef}}|TypeAdv7=true| The starting point of the generated line. This will be used instead of <code>PointA</code> if provided.
|SlotB|{{RootFieldType|TransformRelayRef}}|TypeAdv8=true| The ending point of the generated line. This will be used instead of <code>PointB</code> if provided.
|Shading|Shading|
|Shading|Shading| Whether to use different shading like smooth or flat.
}}
}}
Line 30:
Line 30:
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
Attach to a slot and insert into a [[Component:MeshRenderer]] to see the geometry. Don't forget to use a [[Material]].
The SegmentMesh component is an evolved form of Component:SlotSegmentMesh the behavior is identical, except when not provided slots it will use local coordinate points instead.
If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes.
the bounding box this component should say it has when OverrideBoundingBox is enabled. Useful for bounding box calculations with Flux, or changing the selection box for this component when rendered.