Type:Shading

From Resonite Wiki
Revision as of 16:03, 7 March 2024 by PJB (talk | contribs) (Created page with "{{stub}} There are two distinct enum definitions with this name in Resonite. Both are documented on this page. == Sphere Capsule == Internally, <code>Elements.Assets.UVSphereCapsule+Shading</code>, this enum is used by the following components: * Component:CapsuleMesh * Component:SphereMesh {{Table EnumValues |Smooth|0| |FlatSegments|1| |FlatRings|2| |Flat|3| }} == Segmented == Internally, <code>Elements.Assets.SegmentedBuilder+Shading</code>, this enum...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


There are two distinct enum definitions with this name in Resonite. Both are documented on this page.

Sphere Capsule

Internally, Elements.Assets.UVSphereCapsule+Shading, this enum is used by the following components:

Values
Name Value Description
Smooth 0
FlatSegments 1
FlatRings 2
Flat 3


Segmented

Internally, Elements.Assets.SegmentedBuilder+Shading, this enum is used by the following components:

Values
Name Value Description
Smooth 0
FlatSides 1
FlatSegments 2
Flat 3