Sections of the code that had to be rewritten (iphone_.c) are HEAVILY documented.
boolean occluder; if ( seg->backsector == NULL || seg->backsector->floorheight >= seg->backsector->ceilingheight || seg->backsector->floorheight >= seg->frontsector->ceilingheight || seg->backsector->ceilingheight <= seg->frontsector->floorheight ) { // this segment can't be seen past, so fill in the occlusion table occluder = true; Sections of the code that had to be rewritten (iphone_*.c) are HEAVILY documented.http://www.sourcebuying.com/
Comments
Sections of the code that had to be rewritten (iphone_.c) are HEAVILY documented.
boolean occluder;
if ( seg->backsector == NULL ||
seg->backsector->floorheight >= seg->backsector->ceilingheight ||
seg->backsector->floorheight >= seg->frontsector->ceilingheight ||
seg->backsector->ceilingheight <= seg->frontsector->floorheight )
{
// this segment can't be seen past, so fill in the occlusion table
occluder = true; Sections of the code that had to be rewritten (iphone_*.c) are HEAVILY documented.http://www.sourcebuying.com/