Click or drag to resize

ChangeQueueBakingFunctions Enumeration

Enumeration of functions for baking to conduct.

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
[FlagsAttribute]
public enum BakingFunctions
Members
  Member nameValueDescription
None0 No baking
Decals1 Bake decals
ProceduralTextures2 Bake procedural textures
CustomObjectMappings4 Bake custom object mappings
WcsBasedMappings8 Bake WCS-based mappings
MultipleMappingChannels16 Bake multiple mapping channels
NoRepeatTextures32 Bake no-repeat textures
All4294967295 Bake everything
See Also