|
CubeTwister 2.0alpha141 2011-10-13 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectidx3d.idx3d_CoreObject
idx3d.idx3d_Light
public class idx3d_Light
| Field Summary | |
|---|---|
int |
diffuse
|
int |
highlightSheen
|
int |
highlightSpread
|
int |
specular
|
idx3d_Vector |
v
|
idx3d_Vector |
v2
|
| Fields inherited from class idx3d.idx3d_CoreObject |
|---|
matrix, normalmatrix |
| Constructor Summary | |
|---|---|
idx3d_Light(idx3d_Vector direction)
|
|
idx3d_Light(idx3d_Vector direction,
int diffuse)
|
|
idx3d_Light(idx3d_Vector direction,
int color,
int highlightSheen,
int highlightSpread)
|
|
idx3d_Light(idx3d_Vector direction,
int diffuse,
int specular,
int highlightSheen,
int highlightSpread)
|
|
| Method Summary | |
|---|---|
void |
project(idx3d_Matrix m)
|
| Methods inherited from class idx3d.idx3d_CoreObject |
|---|
getPos, resetTransform, rotate, rotate, rotateSelf, rotateSelf, scale, scale, scaleSelf, scaleSelf, setPos, setPos, setTransform, shift, shift, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public idx3d_Vector v
public idx3d_Vector v2
public int diffuse
public int specular
public int highlightSheen
public int highlightSpread
| Constructor Detail |
|---|
public idx3d_Light(idx3d_Vector direction)
public idx3d_Light(idx3d_Vector direction,
int diffuse)
public idx3d_Light(idx3d_Vector direction,
int color,
int highlightSheen,
int highlightSpread)
public idx3d_Light(idx3d_Vector direction,
int diffuse,
int specular,
int highlightSheen,
int highlightSpread)
| Method Detail |
|---|
public void project(idx3d_Matrix m)
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||