Uses of Class
com.aspose.threed.TextureBase
-
-
Uses of TextureBase in com.aspose.threed
Subclasses of TextureBase in com.aspose.threed Modifier and Type Class Description class
Texture
This class defines the texture from an external file.Methods in com.aspose.threed that return TextureBase Modifier and Type Method Description TextureBase
PbrMaterial. getAlbedoTexture()
Gets the texture for albedoTextureBase
PbrMaterial. getEmissiveTexture()
Gets the texture for emissiveTextureBase
PbrMaterial. getMetallicRoughness()
Gets the texture for metallic(in R channel) and roughness(in G channel)TextureBase
PbrMaterial. getNormalTexture()
Gets the texture of normal mappingTextureBase
PbrMaterial. getOcclusionTexture()
Gets the texture for ambient occlusionTextureBase
PbrMaterial. getSpecularTexture()
Gets the texture for specular colorTextureBase
Material. getTexture(java.lang.String slotName)
Gets the texture from the specified slot, it can be material's property name or shader's parameter nameMethods in com.aspose.threed with parameters of type TextureBase Modifier and Type Method Description void
PbrMaterial. setAlbedoTexture(TextureBase value)
Sets the texture for albedovoid
PbrMaterial. setEmissiveTexture(TextureBase value)
Sets the texture for emissivevoid
PbrMaterial. setMetallicRoughness(TextureBase value)
Sets the texture for metallic(in R channel) and roughness(in G channel)void
PbrMaterial. setNormalTexture(TextureBase value)
Sets the texture of normal mappingvoid
PbrMaterial. setOcclusionTexture(TextureBase value)
Sets the texture for ambient occlusionvoid
PbrMaterial. setSpecularTexture(TextureBase value)
Sets the texture for specular colorvoid
Material. setTexture(java.lang.String slotName, TextureBase texture)
Sets the texture to specified slot
-