lightrig-ag凯发旗舰厅
com.spire.presentation
class lightrig
java.lang.object
com.spire.presentation.lightrig
public class lightrig
- extends java.lang.object
represents lightrig.
method summary |
lightingdirectiontype |
getdirection()
light direction
read/write |
presetlightrigtype |
getpresettype()
represents a preset light right that can be applied to a shape. |
float[] |
getrotation()
a rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.first element in return array - latitude, second - longitude, third - revolution. |
void |
setdirection(lightingdirectiontype value)
|
void |
setpresettype(presetlightrigtype value)
|
void |
setrotation(float latitude,
float longitude,
float revolution)
a rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. |
lightrig
public lightrig()
getdirection
public lightingdirectiontype getdirection()
- light direction
read/write
- returns:
setdirection
public void setdirection(lightingdirectiontype value)
getpresettype
public presetlightrigtype getpresettype()
- represents a preset light right that can be applied to a shape. the light rig represents a group of lights oriented in a specific way relative to a 3d scene.
read/write
- returns:
setpresettype
public void setpresettype(presetlightrigtype value)
setrotation
public void setrotation(float latitude,
float longitude,
float revolution)
- a rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.
- parameters:
latitude
- longitude
- revolution
-
getrotation
public float[] getrotation()
- a rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.first element in return array - latitude, second - longitude, third - revolution.
- returns: