|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmri.v3ds.Light3ds
public class Light3ds
Light definition.
| Constructor Summary | |
|---|---|
Light3ds()
|
|
| Method Summary | |
|---|---|
float |
aspect()
Get light aspect. |
float |
attenuation()
Get light attenuation. |
Color3ds |
color()
Get light color. |
boolean |
cone()
Get light cone. |
float |
falloff()
Get light falloff. |
Vertex3ds |
fixedPosition()
Get fixed light position. |
Vertex3ds |
fixedTarget()
Get fixed light target. |
float |
hotspot()
Get light hotspot. |
float |
innerRange()
Get light inner range. |
float |
multiplexer()
Get light multiplexer. |
java.lang.String |
name()
Get light name. |
boolean |
off()
Get light state. |
float |
outerRange()
Get light outer range. |
boolean |
overshoot()
Get light overshoot. |
boolean |
projector()
Get light projector. |
java.lang.String |
projectorName()
Get light projector name. |
float |
rayBias()
Get light ray bias. |
boolean |
rayShadows()
Get light ray shadows. |
boolean |
rectangular()
Get light rectangular. |
float |
roll()
Get light roll. |
float |
shadowBias()
Get light shadow bias. |
boolean |
shadowed()
Get light shadowed. |
float |
shadowFilter()
Get light shadow filter. |
float |
shadowSize()
Get light shadow size. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Light3ds()
| Method Detail |
|---|
public java.lang.String name()
public boolean off()
public Color3ds color()
public Vertex3ds fixedPosition()
public Vertex3ds fixedTarget()
public float hotspot()
public float falloff()
public float outerRange()
public float innerRange()
public float multiplexer()
public float attenuation()
public float roll()
public boolean shadowed()
public float shadowBias()
public float shadowFilter()
public float shadowSize()
public boolean cone()
public boolean rectangular()
public float aspect()
public boolean projector()
public java.lang.String projectorName()
public boolean overshoot()
public float rayBias()
public boolean rayShadows()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||