RhinoCommon API
ChangeQueueBakingFunctions Enumeration |
Enumeration of functions for baking to conduct.
Namespace: Rhino.Render.ChangeQueue
Assembly: RhinoCommon (in RhinoCommon.dll)
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No baking | |
| Decals | 1 | Bake decals | |
| ProceduralTextures | 2 | Bake procedural textures | |
| CustomObjectMappings | 4 | Bake custom object mappings | |
| WcsBasedMappings | 8 | Bake WCS-based mappings | |
| MultipleMappingChannels | 16 | Bake multiple mapping channels | |
| NoRepeatTextures | 32 | Bake no-repeat textures | |
| All | 4294967295 | Bake everything |