3D-space actor rendering offsets

Moderator: GZDoom Developers

Post Reply
User avatar
TehRealSalt
Posts: 142
Joined: Thu Apr 03, 2014 10:25 am
Graphics Processor: nVidia (Modern GZDoom)
Contact:

3D-space actor rendering offsets

Post by TehRealSalt »

I would like a feature to be able to adjust an actor's position in 3D space, without without needing to adjust their physical position. Basically an extra Vector3 that gets added to their position when they're rendered.

My usage scenario would be letting an actor vibrate in place, without their actual hitbox/position being changed.

A_SpriteOffset would've been close to what I want, but it doesn't work with models. Even then, it would be nice to be able to adjust sprites in 3D space as well.
User avatar
Marisa the Magician
Posts: 3886
Joined: Fri Feb 08, 2008 9:15 am
Preferred Pronouns: She/Her
Operating System Version (Optional): (btw I use) Arch
Graphics Processor: nVidia with Vulkan support
Location: Vigo, Galicia
Contact:

Re: 3D-space actor rendering offsets

Post by Marisa the Magician »

Ah, like the PrePivot property in Unreal. This could actually be useful in some way, especially to do things such as replacing the somewhat kinda ugly method of adjusting floorclip for things raising from the ground.
User avatar
Marisa the Magician
Posts: 3886
Joined: Fri Feb 08, 2008 9:15 am
Preferred Pronouns: She/Her
Operating System Version (Optional): (btw I use) Arch
Graphics Processor: nVidia with Vulkan support
Location: Vigo, Galicia
Contact:

Re: 3D-space actor rendering offsets

Post by Marisa the Magician »

WorldOffset might cover this, if it affects 3d models as well.
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”