TransparentShader3d

Undocumented in source.

Alias This

shader

Members

Functions

compile
void compile(IRenderer renderer)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin MvpSetter
Undocumented in source.
__anonymous
mixin VpSetter
Undocumented in source.
__anonymous
mixin ModelSetter
Undocumented in source.
__anonymous
mixin ViewSetter
Undocumented in source.
__anonymous
mixin ProjectionSetter
Undocumented in source.
__anonymous
mixin TransparencySetter
Undocumented in source.

Variables

model_location
GLint model_location;
Undocumented in source.
projection_location
GLint projection_location;
Undocumented in source.
shader
ShaderProgram shader;
Undocumented in source.
transparency_location
GLint transparency_location;
Undocumented in source.
view_location
GLint view_location;
Undocumented in source.

Mixed In Members

From mixin MvpSetter

setMVP
void setMVP(Matrix4f model, Matrix4f view, Matrix4f projection)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin VpSetter

setVP
void setVP(Matrix4f view, Matrix4f projection)
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ModelSetter

setModel
void setModel(Matrix4f model)
Undocumented in source. Be warned that the author may not have intended to support it.
setModel
void setModel()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ViewSetter

setView
void setView(Matrix4f view)
Undocumented in source. Be warned that the author may not have intended to support it.
setView
void setView()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin ProjectionSetter

setProjection
void setProjection(Matrix4f projection)
Undocumented in source. Be warned that the author may not have intended to support it.
setProjection
void setProjection()
Undocumented in source. Be warned that the author may not have intended to support it.

From mixin TransparencySetter

setTransparency
void setTransparency(float transparency)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta