Questions regarding geometric structures

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
void
Posts: 2
Joined: Fri Feb 03, 2006 0:07

Questions regarding geometric structures

Post by void »

Hi,

I know how to do normal 3d floors (without slopes), but I'll like to use sloped 3d floors to make complex decorative things: like spheres, or pipes.. etc.

The problem is: anyone can explain me heavly detailed, how that system works? (I always finnish with a mess of sectors randomly sloped, creating stupid 3d figures as a result), and I read every post regarding 3d sloped sectors on that forum, obiously including the official documentation.

For example, I was trying to figure out how the hell solarsnowfall did the sphere at spheretest.wad, but i can't. That system of using those amount of dummie sectors its very unconfortable to me.

So, the point here is: I want to learn the method, and then be able to think on a particular geometric figure and just stamp it on the map editor.

Thats all, thanks in advance.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

In that case Doom is not the right game for you. The map format is strictly 2D so the only way to create 3D structures is with dummy sectors. Especially with spheres there are no easy ways to do it.
smg m7
Posts: 81
Joined: Mon Sep 26, 2005 17:48
Location: Here, I hope.
Contact:

Post by smg m7 »

You should try out the Source SDK for Half-Life-engine games or UnrealED, since those are made for geometric figures.
void
Posts: 2
Joined: Fri Feb 03, 2006 0:07

Post by void »

I'been mapping on Doom for years, and its tecnically posible to do those structures with gz (it has been demostrated on wads) and I supose when you understand how it works you'll get used to it fast. So, if someone can explain me how the 3d slope thing works with full detail will be apreciated.
Locked

Return to “GZDoom”