jpview.ptms
Interface PTM
- All Known Implementing Classes:
- Ellipsoid, LRGBPTM
public interface PTM
- Author:
- clyon
LRGB
static final int LRGB
- See Also:
- Constant Field Values
RGB
static final int RGB
- See Also:
- Constant Field Values
PRIMITIVE
static final int PRIMITIVE
- See Also:
- Constant Field Values
setKSpec
void setKSpec(float f)
setKDiff
void setKDiff(float f)
setExp
void setExp(int i)
getKSpec
float getKSpec()
getKDiff
float getKDiff()
getDGain
float getDGain()
setDGain
void setDGain(float f)
getExp
int getExp()
getZ
int getZ()
setZ
void setZ(int z)
setLuminance
void setLuminance(float f)
getLuminance
float getLuminance()
recache
void recache()
release
void release()
getType
int getType()
getWidth
int getWidth()
getHeight
int getHeight()
red
int red(int i)
green
int green(int i)
blue
int blue(int i)
computeNormals
void computeNormals()
normal
Vec3f normal(int i)
getNormals
Vec3f[] getNormals()
normal
Vec3f normal(int x,
int y)
setEnvironmentMap
void setEnvironmentMap(EnvironmentMap em)
getEnvironmentMap
EnvironmentMap getEnvironmentMap()
getEnvironmentMapCache
int[] getEnvironmentMapCache()
getEnvironmentMapMap
int[] getEnvironmentMapMap()
useEnv
boolean useEnv()
useEnv
void useEnv(boolean b)