Is it possible to create such arcs?

Ask about mapping, UDMF, using DoomBuilder/editor of choice, etc, here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Post Reply
imagine
Posts: 15
Joined: Sun Jun 08, 2025 6:23 pm
Operating System Version (Optional): Win11

Is it possible to create such arcs?

Post by imagine »

Here is a scene I made in Unity:



Is it possible to achieve the same in UDM? If yes, how do I do this?

I think, the sector object is not the right choice for the arcs, is it? But, at least, I can import a voxel object from a .kvm file and combine it with a sprite (for the bells), can I?

Also, what if I want to add a levitating cube? Is it possible at all?

Any help is appreciated, you can just write: “Use the %object type%”, then I will RTFM on my own :D Thank you!
User avatar
axredneck
Posts: 430
Joined: Mon Dec 11, 2017 2:09 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch
Graphics Processor: nVidia with Vulkan support
Location: Russia
Contact:

Re: Is it possible to create such arcs?

Post by axredneck »

These are called "3D Floors" in UDMF (https://zdoom.org/wiki/Sector_Set3dFloor)
User avatar
Kappes Buur
 
 
Posts: 4177
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada
Contact:

Re: Is it possible to create such arcs?

Post by Kappes Buur »

It's easily doable


Spoiler:
Last edited by Kappes Buur on Tue Jul 08, 2025 10:35 am, edited 1 time in total.
User avatar
Enjay
 
 
Posts: 26993
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: Is it possible to create such arcs?

Post by Enjay »

If you don't actually want anything or anyone to be able to go above the arches, you don't even need to use 3D floors. Standard Doom architecture can do it visually.
imagine
Posts: 15
Joined: Sun Jun 08, 2025 6:23 pm
Operating System Version (Optional): Win11

Re: Is it possible to create such arcs?

Post by imagine »

Thank you, guys!
Post Reply

Return to “Mapping”