|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgLightConstRefPtr () | |
| VgLightConstRefPtr (VgLight pPointer) | |
| VgLightConstRefPtr (VgLightConstRefPtr pConstRefPtr) | |
| VgLightConstRefPtr | set (VgLight pPointer) |
| VgLight | __ref__ () |
| VgLight | __deref__ () |
| VgLight | get () |
| boolean | isValid () |
| VgAnimationConstRefPtr | getAnimation (String pName) |
| void | getAnimationNames (VgStringList pNameList) |
| VgPosition | getPosition () |
| VgOrientation | getOrientation () |
| VgColor | getAmbient () |
| VgColor | getDiffuse () |
| VgColor | getSpecular () |
| VgColor | getEmission () |
| double | getSpotCutoff () |
| double | getSpotExponent () |
| boolean | isDirectional () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgLightConstRefPtr | getNull () |
This interface handles light management.
| VgLightConstRefPtr.VgLightConstRefPtr | ( | ) |
| VgLightConstRefPtr.VgLightConstRefPtr | ( | VgLight | pPointer | ) |
| VgLightConstRefPtr.VgLightConstRefPtr | ( | VgLightConstRefPtr | pConstRefPtr | ) |
| VgLight VgLightConstRefPtr.__deref__ | ( | ) |
| VgLight VgLightConstRefPtr.__ref__ | ( | ) |
| VgLight VgLightConstRefPtr.get | ( | ) |
| VgColor VgLightConstRefPtr.getAmbient | ( | ) |
| VgAnimationConstRefPtr VgLightConstRefPtr.getAnimation | ( | String | pName | ) |
Gets an animation from the light's animation map.
| pName | The name of the animation to fetch. |
| void VgLightConstRefPtr.getAnimationNames | ( | VgStringList | pNameList | ) |
Gets the list of the stored animation names.
| pNameList | The list of strings to feed with the names. |
| VgColor VgLightConstRefPtr.getDiffuse | ( | ) |
| VgColor VgLightConstRefPtr.getEmission | ( | ) |
| int VgLightConstRefPtr.getNbReferences | ( | ) |
|
static |
| VgOrientation VgLightConstRefPtr.getOrientation | ( | ) |
Gets lights's orientation.
| VgPosition VgLightConstRefPtr.getPosition | ( | ) |
Gets light's position.
| VgColor VgLightConstRefPtr.getSpecular | ( | ) |
| double VgLightConstRefPtr.getSpotCutoff | ( | ) |
| double VgLightConstRefPtr.getSpotExponent | ( | ) |
| boolean VgLightConstRefPtr.isDirectional | ( | ) |
Tell if the light is directional. When a light is directional, every point in the scene is lit along the same direction. The same principle as the light coming from the sun, where all rays are parallel.
| boolean VgLightConstRefPtr.isValid | ( | ) |
| void VgLightConstRefPtr.ref | ( | ) |
| VgLightConstRefPtr VgLightConstRefPtr.set | ( | VgLight | pPointer | ) |
| int VgLightConstRefPtr.unref | ( | ) |