SMSphereMeshGenerator

Undocumented in source.

Constructors

this
this(float R, uint rx, uint ry)
Undocumented in source.

Members

Functions

getTangentSpace
mat3[] getTangentSpace(vec2[] crd)
Undocumented in source. Be warned that the author may not have intended to support it.
spheric
vec3 spheric(vec2 c)
Undocumented in source. Be warned that the author may not have intended to support it.
tangentSpace
mat3 tangentSpace(vec2 c)
Undocumented in source. Be warned that the author may not have intended to support it.
transformCoords
vec3[] transformCoords(vec2[] crd)
Undocumented in source. Be warned that the author may not have intended to support it.
transformTexCoords
vec2[] transformTexCoords(vec2[] crd)
Undocumented in source. Be warned that the author may not have intended to support it.
truePos
vec2[] truePos(vec2[] crd)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

radius
float radius;
Undocumented in source.

Inherited Members

From SMUniformSurfaceMeshGenerator

__anonymous
mixin ClassLogger
Undocumented in source.
planeCoords
vec2[] planeCoords(uivec2 res)
triangleStripPlaneIndex
uint[] triangleStripPlaneIndex(uivec2 res, uint term)
transformCoords
vec3[] transformCoords(vec2[] )
Undocumented in source.
transformTexCoords
vec2[] transformTexCoords(vec2[] )
Undocumented in source.
getTangentSpace
mat3[] getTangentSpace(vec2[] )
Undocumented in source.
subdiv
uivec2 subdiv;
Undocumented in source.
getMesh
SMMesh getMesh(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta