[r3089] Voxel bleedthrough on Translate

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
exwizard
Posts: 46
Joined: Mon Jun 14, 2010 5:31 pm
Location: Vansterdam, BC

[r3089] Voxel bleedthrough on Translate

Post by exwizard »

I believe this is a bug as the DECORATE code is quite simple. Basically, when I use translate on a Voxel there is a lot of problematic bleed-through. See attached video.



DECORATE code follows.
Spoiler:
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: [r3089] Voxel bleedthrough on Translate

Post by randi »

Translated voxels are not supported. I'm surprised it had any effect at all. (Though now that I think about it, it may have been an unintended consequence of adding translucency support.)
User avatar
exwizard
Posts: 46
Joined: Mon Jun 14, 2010 5:31 pm
Location: Vansterdam, BC

Re: [r3089] Voxel bleedthrough on Translate

Post by exwizard »

Ahh, okay. I'd say 'consider this a feature suggestion, then' but I know this probably would have been implemented already if there were no issues with the renderer/voxel code.

Edit: Thanks for the quick reply.
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: [r3089] Voxel bleedthrough on Translate

Post by randi »

I wouldn't be opposed to making this a proper feature, except voxels have their own palettes. If a system is ever put in place where translations can be applied to an image's palette rather than the global palette, I'll revisit this.
Blzut3
 
 
Posts: 3202
Joined: Wed Nov 24, 2004 12:59 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Contact:

Re: [r3089] Voxel bleedthrough on Translate

Post by Blzut3 »

randi wrote:If a system is ever put in place where translations can be applied to an image's palette rather than the global palette, I'll revisit this.
Planned feature for Doom64 branch.
Gez
 
 
Posts: 17938
Joined: Fri Jul 06, 2007 3:22 pm

Re: [r3089] Voxel bleedthrough on Translate

Post by Gez »

Doom 64 doesn't use translations, though, it uses palette swaps.It needs a way to force a PNG texture other than the one built-in.
Blzut3
 
 
Posts: 3202
Joined: Wed Nov 24, 2004 12:59 pm
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Contact:

Re: [r3089] Voxel bleedthrough on Translate

Post by Blzut3 »

Yeah, looks I forgot the specifics. It's still changing the image's palette though, so I imagine this wouldn't be too difficult at that point.
Post Reply

Return to “Closed Bugs [GZDoom]”