RenderStyle ReverseSubtract

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
NeuralStunner
 
 
Posts: 12326
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

RenderStyle ReverseSubtract

Post by NeuralStunner »

Functionally the same as the [wiki=TEXTURES#Translucency]TEXTURES version[/wiki] (I think), creating a "multiply" effect.

Image

Alternatively, call it Multiply. :P
Gez
 
 
Posts: 17835
Joined: Fri Jul 06, 2007 3:22 pm

Re: RenderStyle ReverseSubtract

Post by Gez »

Multiply would be a misnomer, since actual multiply does, you know, multiply the pixel values by each others. Besides, if it's called ReverseSubtract in TEXTURES it should be called the same elsewhere too.

An actual multiply might not be a bad idea.
User avatar
Rachael
Posts: 13571
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: RenderStyle ReverseSubtract

Post by Rachael »

ZDoom: The Photoshop you code. ():)

Actually, it wouldn't be a bad idea to have either of those, the effect looks kinda cool. Multiply would be a little more subtle than reverse subtract, though. You'd have to be careful using it, because ReverseSubtract would be nearly perpetually black against dark backgrounds - of which there are quite a lot in Doom, especially with dark light rooms, but it might work for certain special effects, though.

Multiply would work a whole lot better with darker images and darker backgrounds because you'll still be able to see both the image and the background if they are both dark.
User avatar
NeuralStunner
 
 
Posts: 12326
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: RenderStyle ReverseSubtract

Post by NeuralStunner »

The intention is to create a different kind of spectre-type look, yeah. Using the fuzz style is basically flat-shaded, so you lose detail and recognizability.
Post Reply

Return to “Feature Suggestions [GZDoom]”