Polyobjects in 3D Space?

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
Rex Claussen
Developer
Developer
Posts: 2659
Joined: Tue Jul 11, 2006 18:36
Contact:

Polyobjects in 3D Space?

Post by Rex Claussen »

I am creating a room-over-room area as follows:
  • 1. The player passes North through a set of sliding doors (polyobjects).
    2. After passing the doors the player enters an elevator.
    3. The elevator lowers until it reaches the lower floor.
    4. The player leaves the elevator and moves South into a corridor.
In other words, the player is in a lower level that passes under the upper level, including being under the sliding glass doors.

Is this possible?
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. Polyobjects are just walls that can move around - with all the limitations that come with walls.
User avatar
Rex Claussen
Developer
Developer
Posts: 2659
Joined: Tue Jul 11, 2006 18:36
Contact:

Post by Rex Claussen »

Yes, that's what I had figured. Thanks for confirming it, though.
User avatar
Syfo-Dyas
Posts: 182
Joined: Sun Oct 09, 2005 21:54
Location: Ohio
Contact:

Post by Syfo-Dyas »

I had hoped otherwise too, but oh well. We've got plenty of other features to tinker with! :)
User avatar
Shinjanji
Posts: 198
Joined: Sun Nov 06, 2005 16:45
Location: Pennsylvania, USA

Post by Shinjanji »

I suppose it isn't too devastating to have a set of synchronized doors at each end...

Then again, you could always just make the elevator exit in a different direction :P
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

Post by Tormentor667 »

Rex Claussen wrote:Yes, that's what I had figured. Thanks for confirming it, though.
I'd suggest using silent teleporters here.
User avatar
Rex Claussen
Developer
Developer
Posts: 2659
Joined: Tue Jul 11, 2006 18:36
Contact:

Post by Rex Claussen »

Tormentor667 wrote:I'd suggest using silent teleporters here.
That's exactly what I ended up doing. Of course this meant duplicating a complicated elevator that I had built, but that was mostly a simple matter of cut and paste. I had posted a question about silent teleports in an elevator in the ZDooM forums, and have worked out a seamless transition for the player from one elevator to the next.
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

Post by Tormentor667 »

Great, but could you tell us for what mod you need this? I'm just curious ;)
User avatar
Rex Claussen
Developer
Developer
Posts: 2659
Joined: Tue Jul 11, 2006 18:36
Contact:

Post by Rex Claussen »

Tormentor667 wrote:Great, but could you tell us for what mod you need this? I'm just curious ;)
I'm working on another Half-Life mod for GZDooM, this time called Paranoid. It's a 5-map hub that is mission-driven. Using png format images (including for many of the actors) and GZDooM's 3D and dynamic lights features, I am able to create environments that are virtually indistinguishable from Half-Life. More information at DooM Nexus.
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

Post by Tormentor667 »

Any screenshots yet? :) Sounds very interesting man! :D
User avatar
Rex Claussen
Developer
Developer
Posts: 2659
Joined: Tue Jul 11, 2006 18:36
Contact:

Post by Rex Claussen »

Tormentor667 wrote:Any screenshots yet? :) Sounds very interesting man! :D
I'm working to wrap up the first map, and you may have seen on the ZDooM forums that I was struggling with some issues with slopes in 3D space. Anyhow, I resolved that issue, and put up some screenshots just for the object that I constructed. There are links on that thread, but I'll link them here too. Meanwhile, I have created high-res sprites for some non-player characters, and want to put them into the wad before I take screenshots. So, it may be a few more days before I put up screenies.

Original Half-Life object
GZDooM version, Angle 1
GZDooM version, Angle 2
GZDooM version, Angle 3
Locked

Return to “GZDoom”