12-08-2021, 05:42 AM
(12-08-2021, 12:00 AM)checkpoint10 Wrote: [ -> ]I can imagine how to fix it with a series of BSPN but I'm looking for an easier way if possible.Probably, there is no easier way.
But you can read this through again.
(03-01-2021, 05:25 PM)Dennis Wrote: [ -> ]Where to use the BSP commands?I want to add to this list, that BSPA should be used, if the middle object is on the area of drawing, like a wall with one object on each side. BSP2 should be used in the same case, if for the middle object FACE2 would be used, if it would be on its own.
---single objects---
FACE - 2D object, visible from one side (road surface, terrain surface, outside wall of a building)
FACE2 - 2D object, visible from both sides (billboard, trackside wall)
BSPF - 3D object, which isn't completely visible from point of view. One part of the object hides the other part. (house)
LIST - 3D object or a part of it, which is completely visible from point of view. No visible part hides another visible parts. (hillside, flagpole)
---multi-object collections---
LIST - Objects far away, which always appear in the same order
BSPN / BSPA - Near objects, which can appear in different order. BSPN for 2 objects, BSPA for 3 objects. I used that, as I redone the drawing order of the track segments, to import them as TSOs.
BSP2 - I haven't needed it yet.