Your opinion on 3D models in classic Doom

If it's not ZDoom, it goes here.
Artman2004
Posts: 197
Joined: Sat Aug 31, 2019 11:59 pm

Your opinion on 3D models in classic Doom

Post by Artman2004 »

What do you think about mods that add 3D models into Doom/GZDoom?
User avatar
Deybar_TECH
Posts: 163
Joined: Wed Dec 26, 2018 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 7
Graphics Processor: Not Listed
Location: El Alto - La Paz - BOLIVIA
Contact:

Re: Your opinion on 3D models in classic Doom

Post by Deybar_TECH »

I love 3D models. :)
and I would like more users to use them.
Only Gzdoom allowed me to easily
add codes and 3D models.
The best thing is that GZdoom
recognizes the format (.Obj)
that is more precise than the old MD3.


ever tried to use the famous (unity)
but nothing went right and
I hope I never have to re-install it.
I am left with the wonderful GZDóom.
I just hope that the developers will
someday expand the capabilities of 3D models.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Contact:

Re: Your opinion on 3D models in classic Doom

Post by sinisterseed »

Some are good, some are bad. I only ever use them if they come with the mod, and never as replacement for vanilla sprites, those are hideous.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Your opinion on 3D models in classic Doom

Post by Graf Zahl »

Most are bad, the only model heavy mods I enjoyed were TCs which borrowed models from other commercial games.
User avatar
kodi
 
 
Posts: 1355
Joined: Mon May 06, 2013 8:02 am

Re: Your opinion on 3D models in classic Doom

Post by kodi »

Great in theory, but most of the actual model interpretations of the classic monsters that people have made are a bit.. aesthetically lacking.
User avatar
Kinsie
Posts: 7402
Joined: Fri Oct 22, 2004 9:22 am
Graphics Processor: nVidia with Vulkan support
Location: MAP33
Contact:

Re: Your opinion on 3D models in classic Doom

Post by Kinsie »

Artman2004 wrote:What do you think about mods that add 3D models into Doom/GZDoom?
Why are you asking us without telling us your opinion?
User avatar
leileilol
Posts: 4449
Joined: Sun May 30, 2004 10:16 am
Preferred Pronouns: She/Her
Location: GNU/Hell

Re: Your opinion on 3D models in classic Doom

Post by leileilol »

Not worth it unless:

- Normals are recognized and calculated upon to give proper shading (even a simple fixed-towards-view 'specular' calc would help a lot), otherwise they'll look flatter than the original sprites.
- The models are really REALLY well done (and i don't mean "quality" from having some higher amount of polys) and optimized. (Don't rip off YPOD's junk.)
- The models look faithful enough, like the clay models or the toys photosourced from with no strange "creative liberties".
- Don't animate like a blobby sliding nightmare. Doom actor code interpolated and applied to 3d models with their lack of angles, animation capabilities, etc. all serve to make a less believable world and are just odd and uncanny. The original Quake avoided some of this problem by having frame macros with well animated walk/run cycles that vary their step distance, etc.. and doing this to Doom would mean a different gameplay experience at that point.

"3-D!!!!!!!!!!" Doom's had a hard time hitting all 4 in the past 20 years.
User avatar
MFG38
Posts: 414
Joined: Sun Apr 14, 2019 8:26 am
Graphics Processor: nVidia (Modern GZDoom)
Location: Finland
Contact:

Re: Your opinion on 3D models in classic Doom

Post by MFG38 »

Original 3D models in a map/mod, like weapons, props etc.? Cool.

3D model interpretations of the original sprites? Mostly fucking ugly.
CeeJay
Posts: 1467
Joined: Sun Mar 14, 2010 2:52 am

Re: Your opinion on 3D models in classic Doom

Post by CeeJay »

3D models in DOOM? Unless it is more of a new game than a mod for DOOM I'd say noway, nohow. It just don't belong. That is my personal opinion though, I am probably in a minority. I have seen tons of mods pop up over the years mixing 3D models together with traditional 2.5D sprites. It just ain't right. Either go all the way or stick with one or the other.
User avatar
Matt
Posts: 9696
Joined: Sun Jan 04, 2004 5:37 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Debian Bullseye
Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
Contact:

Re: Your opinion on 3D models in classic Doom

Post by Matt »

Models can be made not to interpolate, right? That might help with the uncanny slippy-slidey effect.
(I don't know because I never use them - which probably answers the OP question)
User avatar
Redneckerz
Spotlight Team
Posts: 1115
Joined: Mon Nov 25, 2019 8:54 am
Graphics Processor: Intel (Modern GZDoom)

Re: Your opinion on 3D models in classic Doom

Post by Redneckerz »

Early ports used this as a feature, and they looked bad. Nowadays, most models still do not look good.

However, 3D models helped ports gain support for standard formats that are present in other id games (MD2, MD3, and so on).

For custom games, 3D models could work. Not so much for Doom, i feel. Unless you get an exact 3D representation of the original. The voxel project over at DW does a good job at that, but those aren't models.
NotDoom
Posts: 6
Joined: Fri Jul 10, 2020 3:16 pm

Re: Your opinion on 3D models in classic Doom

Post by NotDoom »

Kinsie wrote:
Artman2004 wrote:What do you think about mods that add 3D models into Doom/GZDoom?
Why are you asking us without telling us your opinion?
Weird question. It's like asking "what do you think of doom with 32-bits color depth?"

Doom with 3D models is strange because the game is a top down game. Everything lies on a XY plane. You can't jump over stuff or pass under things. The models themselves are bad looking.



this thing really looks as if it's been made by someone learning to model. To add to leileilol, 3D models require proper lighting, per vertex or per pixel. Because that's what makes 3D look 3D, it has to have depth, full bright looks horrible.
User avatar
Caligari87
Admin
Posts: 6227
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Re: Your opinion on 3D models in classic Doom

Post by Caligari87 »

NotDoom wrote:Doom with 3D models is strange because the game is a top down game. Everything lies on a XY plane. You can't jump over stuff or pass under things.
This is thoroughly not true, please educate yourself and stop spreading misinformation


8-)
User avatar
Dynamo
Posts: 1043
Joined: Sat Jun 07, 2008 5:58 am
Location: Industrial District

Re: Your opinion on 3D models in classic Doom

Post by Dynamo »

I find that the best application for models in GZDoom is props, and even that has to be carefully done, and usually, voxels work better. But I can see models being used for stuff such as vegetation in the distance without it looking bad at all next to all the other 2D graphics. I'm sure there's many other applications where models (and voxels) would work great as props too.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Your opinion on 3D models in classic Doom

Post by Graf Zahl »

Matt wrote:Models can be made not to interpolate, right? That might help with the uncanny slippy-slidey effect.
(I don't know because I never use them - which probably answers the OP question)

No, that'd look extremely bad and would make the models stand out like a sore thumb even more. Don't forget that Doom's walking animations are often AABBCCDD with frame delays larger than 1, so without hacks it's impossible to map to a model animation.
Post Reply

Return to “Off-Topic”