Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 |
Modifier and Type | Field and Description |
---|---|
private TextureMap |
NGPhongMaterial.bumpMap |
private TextureMap |
NGPhongMaterial.diffuseMap |
private TextureMap |
NGPhongMaterial.selfIllumMap |
private TextureMap |
NGPhongMaterial.specularMap |
Modifier and Type | Method and Description |
---|---|
void |
PhongMaterial.setTextureMap(TextureMap map) |
Modifier and Type | Field and Description |
---|---|
private TextureMap[] |
D3DPhongMaterial.maps |
Modifier and Type | Method and Description |
---|---|
void |
D3DPhongMaterial.setTextureMap(TextureMap map) |
private Texture |
D3DPhongMaterial.setupTexture(TextureMap map,
boolean useMipmap) |
Modifier and Type | Field and Description |
---|---|
(package private) TextureMap[] |
ES2PhongMaterial.maps |
Modifier and Type | Method and Description |
---|---|
void |
ES2PhongMaterial.setTextureMap(TextureMap map) |
private Texture |
ES2PhongMaterial.setupTexture(TextureMap map,
boolean useMipmap) |