|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Texture
The Texture interface is implemented by classes that can be used to texture a surface.
| Method Summary | |
|---|---|
RGB |
getColorAt(Vector point)
Returns the color of the texture represented by this Texture object at the specified point as an RGB object using the arguments stored by this Texture object. |
RGB |
getColorAt(Vector point,
Object[] args)
Returns the color of the texture represented by this Texture object at the specified point as an RGB object using the specified arguments. |
| Methods inherited from interface net.sf.j3d.threeD.raytracer.graphics.ColorProducer |
|---|
evaluate |
| Method Detail |
|---|
RGB getColorAt(Vector point)
RGB getColorAt(Vector point,
Object[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||