Another 3D slope question

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
User avatar
NeoHippo
Posts: 408
Joined: Tue Sep 13, 2005 0:47
Location: British Columbia Canada

Another 3D slope question

Post by NeoHippo »

I am out of ideas on how to solve my little problem and I am soliticing soneone's help :roll:

What I would like to accomplish is a slope from one 3D platform to another, higher 3D platform. So far, the closest I have come to is this:

edit: deleted image

The 3D floor in between the platforms just does not want to slope.
Last edited by NeoHippo on Mon May 22, 2006 5:45, edited 2 times in total.
TAtL, tU, aE
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

You put the slope special on the wrong side of the control sector.
User avatar
NeoHippo
Posts: 408
Joined: Tue Sep 13, 2005 0:47
Location: British Columbia Canada

Post by NeoHippo »

Thank you for the prompt reply.

Just to get this straight, do slopes then only slope up and not down?
TAtL, tU, aE
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

No. You put the slope special on a boundary of sectors with equal heights. As a result there is nothing to slope to.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

They slope to match the heights of the sector on the other side of the slope line - be that up or down. However, as Graf said, if their heights are the same, there's nothing to slope to.
User avatar
NeoHippo
Posts: 408
Joined: Tue Sep 13, 2005 0:47
Location: British Columbia Canada

Post by NeoHippo »

Thanks, guys

After playing around some more I realized, that I didn't need the third sector in the control sectors at all. So, here is a screenshot of my test level

Edit: moved screenshot to http://forum.drdteam.org/viewtopic.php?t=232&start=45

For those interested in this, here is the map.
TAtL, tU, aE
Locked

Return to “GZDoom”