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. texturesMethods in org.sunflow.core that return Texture Modifier and Type Method Description TextureTextureCache. 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 TextureImageBasedLight. texture -
Uses of Texture in org.sunflow.core.modifiers
Fields in org.sunflow.core.modifiers declared as Texture Modifier and Type Field Description private TextureBumpMappingModifier. bumpTextureprivate TextureNormalMapModifier. normalMap -
Uses of Texture in org.sunflow.core.shader
Fields in org.sunflow.core.shader declared as Texture Modifier and Type Field Description private TextureUberShader. diffmapprivate TextureUberShader. specmapprivate TextureTexturedAmbientOcclusionShader. texprivate TextureTexturedDiffuseShader. texprivate TextureTexturedPhongShader. texprivate TextureTexturedShinyDiffuseShader. texprivate TextureTexturedWardShader. tex
-