public class PBRCubemapAttribute
extends com.badlogic.gdx.graphics.g3d.attributes.CubemapAttribute
| Modifier and Type | Field and Description |
|---|---|
static long |
DiffuseEnv |
static java.lang.String |
DiffuseEnvAlias |
static long |
SpecularEnv |
static java.lang.String |
SpecularEnvAlias |
| Constructor and Description |
|---|
PBRCubemapAttribute(long type,
com.badlogic.gdx.graphics.Cubemap cubemap) |
PBRCubemapAttribute(long type,
com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Cubemap> textureDescription) |
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.graphics.g3d.Attribute |
copy() |
static com.badlogic.gdx.graphics.g3d.Attribute |
createDiffuseEnv(com.badlogic.gdx.graphics.Cubemap diffuseCubemap) |
static com.badlogic.gdx.graphics.g3d.Attribute |
createSpecularEnv(com.badlogic.gdx.graphics.Cubemap specularCubemap) |
compareTo, hashCode, ispublic static final java.lang.String DiffuseEnvAlias
public static final long DiffuseEnv
public static final java.lang.String SpecularEnvAlias
public static final long SpecularEnv
public PBRCubemapAttribute(long type,
com.badlogic.gdx.graphics.g3d.utils.TextureDescriptor<com.badlogic.gdx.graphics.Cubemap> textureDescription)
public PBRCubemapAttribute(long type,
com.badlogic.gdx.graphics.Cubemap cubemap)
public static com.badlogic.gdx.graphics.g3d.Attribute createDiffuseEnv(com.badlogic.gdx.graphics.Cubemap diffuseCubemap)
public static com.badlogic.gdx.graphics.g3d.Attribute createSpecularEnv(com.badlogic.gdx.graphics.Cubemap specularCubemap)
public com.badlogic.gdx.graphics.g3d.Attribute copy()
copy in class com.badlogic.gdx.graphics.g3d.attributes.CubemapAttribute