Copyright © 1998-2015 MultiMedia Soft

SpotlightVisible property

Previous pageReturn to chapter overviewNext page

Type

BOOL for Visual C++

boolean for Visual Basic

 

 

Syntax

object.SpotlightVisible [=boolean]

 

 

Remarks

Enables/disables the use of the spotlight for surfaces that, by default, don't use it.

Due to the fact that for some kind of surface the spotlight is an integral part of the graphic rendering, this property will not apply if the Surface property is set to one of the following values:

SURFACE_PLASTIC, SURFACE_LUCID, SURFACE_NEON, SURFACE_AQUA and SURFACE_GEL.

This property can be changed at Design time using the "Lighting" tab.

Supported values are the following:

Value

Meaning

FALSE (default)

No spotlight is applied.

TRUE

Spotlight is applied.

 

3dabm_i000048

 

For further information about surface lighting, see the How to manage surface lighting section.