Enum BollardColoringMode
Selects how ScyllaBollardShape maps its regions onto resolver face indices. Geometry is identical in all modes; only the per-vertex color assignment changes.
Namespace: Scylla.Core.Util.Geom
Assembly: ScyllaCore.dll
Syntax
public enum BollardColoringMode
Remarks
ScyllaBollardShape uses per-region dispatch: it calls Resolve(int, int, Vector3) once per logical color region and shares the returned color across every vertex of that region. The face index passed to the resolver corresponds to the region index defined by the active BollardColoringMode value, not to individual triangles.
When used with PaletteFaceColorResolver, the resolver face index is mapped to a palette entry according to the active FaceColoringMode.
Fields
| Name | Description |
|---|---|
| BodyAndCap | Two resolver indices for the whole bollard: |
| PerRegion | Three resolver indices: |