GraphicsPreferences.isWoodBumpEnabled Property
Parent Object: GraphicsPreferencesDefined in namespace "adsk::core" and the header file is <Core/Application/GraphicsPreferences.h>
Description
Gets and sets whether the bump effect is enabled when supported by the Wood (Solid) and the graphics driver. Setting this property is only valid when the graphics preset is set to "custom" and will fail if it is set to "quality" or "performance". The graphics preset can be determined by using the graphicsPreset property, as shown below.
Application.preferences.graphicsPreferences.graphicsPreset
Syntax
"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.
|