|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Texture
Abstract texture interface - any mapping that modifies MicroFacet data.
MicroFacet
Field Summary | |
---|---|
static java.lang.String |
COLOR
Property name: texture color, secondary color, etc. |
static java.lang.String |
FREQ
Property name: global texture frequency. |
static java.lang.String |
FU
Property name: frequency in the U coordinate. |
static java.lang.String |
FV
Property name: frequency in the V coordinate. |
Fields inherited from interface cz.cuni.jagrlib.iface.Property |
---|
LOGGING, STATISTICS, TEXT_DESCRIPTION |
Method Summary | |
---|---|
long |
compute(MicroFacet mf)
Computes the texture value in the given point (given by a MicroFacet record). |
Methods inherited from interface cz.cuni.jagrlib.iface.Property |
---|
commit, get, set |
Field Detail |
---|
static final java.lang.String FREQ
static final java.lang.String FU
static final java.lang.String FV
static final java.lang.String COLOR
Method Detail |
---|
long compute(MicroFacet mf)
MicroFacet
record).
mf
- MicroFacet object to modify.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |