Cubemap

Undocumented in source.

Constructors

this
this(Owner o)
Undocumented in source.
this
this(uint resolution, Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
fromEquirectangularMap
void fromEquirectangularMap(Texture tex)
Undocumented in source. Be warned that the author may not have intended to support it.
fromEquirectangularMap
void fromEquirectangularMap(SuperImage envmap)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(uint resolution)
Undocumented in source. Be warned that the author may not have intended to support it.
invalidateMipmap
void invalidateMipmap()
Undocumented in source. Be warned that the author may not have intended to support it.
setFaceImage
void setFaceImage(CubeFace face, SuperImage img)
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Texture

image
SuperImage image;
Undocumented in source.
tex
GLuint tex;
Undocumented in source.
format
GLenum format;
Undocumented in source.
intFormat
GLint intFormat;
Undocumented in source.
type
GLenum type;
Undocumented in source.
width
int width;
Undocumented in source.
height
int height;
Undocumented in source.
numMipmapLevels
int numMipmapLevels;
Undocumented in source.
translation
Vector2f translation;
Undocumented in source.
scale
Vector2f scale;
Undocumented in source.
rotation
float rotation;
Undocumented in source.
useMipmapFiltering
bool useMipmapFiltering;
Undocumented in source.
useLinearFiltering
bool useLinearFiltering;
Undocumented in source.
mipmapGenerated
bool mipmapGenerated;
Undocumented in source.
createFromImage
void createFromImage(SuperImage img, bool genMipmaps)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
valid
bool valid()
Undocumented in source. Be warned that the author may not have intended to support it.
sample
Color4f sample(float u, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseGLTexture
void releaseGLTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.

Meta