Posted by Turbo Pascal on July 16, 2000 at 12:14:51:
In reply to: Testlevels for Turbo posted by Tomb Biker on July 15, 2000 at 08:35:14:
: Hi Turbo,
: I sent you some test levels according to the portals view problem described :some postings earlier. For this I used the yahoo e-mail address :(cyber_pascal@yahoo.com). If you are using some other account, please post it :here.
I sent Biker his sample fixed, but also i post
here my reply if someone has the same problem.
Biker, you only make one mistake with the left/right portal views.
You put:
width = 8
Large/height = 1
The correct is:
width = 8
Large/height = 3
I fixed the 2 examples and sent to you, also note for
the first example i put a double wall in the overlaped
column, that way the overlaped columns look same in both
rooms.
This is a explanation for portals views:
For portals views FRONT/BACK kind:
width = is the size in tiles from Left to Right (width X).
Large/height = is the size in tiles from floor to ceiling (height Y).
For portals views LEFT/RIGHT kind:
width = is the size in tiles from back to front (Large Z).
Large/height = is the size in tiles from floor to ceiling (height Y).
For portals views TOP/DOWN kind:
width = is the size in tiles from Left to Right (width X).
Large/height = is the size in tiles from back to Front (Large Z).
-----*--------*-----------------*-----------------*--------
I am waiting the Samples from Bart for check his Pool problems.
Turbo Pascal.