dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
TerrainSphereTraverseAggregate
dagon
graphics
terrain
Undocumented in source.
struct
TerrainSphereTraverseAggregate {
Terrain
terrain
;
Sphere
*
sphere
;
int
opApply
(int delegate(ref Triangle) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref Triangle) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
sphere
Sphere
*
sphere
;
Undocumented in source.
terrain
Terrain
terrain
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
terrain
classes
Terrain
functions
entityIsTerrain
structs
TerrainSphereTraverseAggregate