liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
BSPTriangle
liberty
framework
primitive
bsp
*
final
class
BSPTriangle :
BSPVolume
{
mixin
NodeBody
;
this
(string id);
typeof
(
this
)
build
(Material material);
}
Constructors
this
this
(string id)
*
Members
Functions
build
typeof
(
this
)
build
(Material material)
* * Returns reference to this so it can be used in a stream.
Mixins
__anonymous
mixin
NodeBody
Undocumented in source.
Mixed In Members
From
mixin
NodeBody
this
this
(string id)
Undocumented in source.
Meta
Source
See Implementation
liberty
framework
primitive
bsp
classes
BSPCube
BSPPyramid
BSPSquare
BSPTriangle
BSPVolume
*