Uses of Class
net.mtrop.doom.bsp.data.BSPSegment
-
Uses of BSPSegment in net.mtrop.doom.bsp
Modifier and TypeMethodDescriptionBSPTree.getSegment
(int i) Gets the segment at a specific index.Modifier and TypeMethodDescriptionvoid
BSPTree.addSegment
(BSPSegment segment) Adds a segment to this map.Modifier and TypeMethodDescriptionvoid
BSPTree.setSegments
(Iterable<BSPSegment> segments) Replaces the list of segments in the map.