Uses of Class
org.sunflow.core.Texture
-
Packages that use Texture Package Description org.sunflow.core org.sunflow.core.light org.sunflow.core.modifiers org.sunflow.core.shader -
-
Uses of Texture in org.sunflow.core
Fields in org.sunflow.core with type parameters of type Texture Modifier and Type Field Description private java.util.HashMap<java.lang.String,Texture>
TextureCache. textures
Methods in org.sunflow.core that return Texture Modifier and Type Method Description Texture
TextureCache. getTexture(java.lang.String filename, boolean isLinear)
Gets a reference to the texture specified by the given filename. -
Uses of Texture in org.sunflow.core.light
Fields in org.sunflow.core.light declared as Texture Modifier and Type Field Description private Texture
ImageBasedLight. texture
-
Uses of Texture in org.sunflow.core.modifiers
Fields in org.sunflow.core.modifiers declared as Texture Modifier and Type Field Description private Texture
BumpMappingModifier. bumpTexture
private Texture
NormalMapModifier. normalMap
-
Uses of Texture in org.sunflow.core.shader
Fields in org.sunflow.core.shader declared as Texture Modifier and Type Field Description private Texture
UberShader. diffmap
private Texture
UberShader. specmap
private Texture
TexturedAmbientOcclusionShader. tex
private Texture
TexturedDiffuseShader. tex
private Texture
TexturedPhongShader. tex
private Texture
TexturedShinyDiffuseShader. tex
private Texture
TexturedWardShader. tex
-