Skip to main content

Questions tagged [graphic-effects]

Graphics effect is a video effect which requires non-trivial usage of standard graphics library calls, or custom graphics processing algorithms like shaders to achieve the required result.

0 votes
1 answer
73 views

I have an effect where a character has a small tool that emit a sort of scanning effect to detect some property of an object. My FX is simple as it uses a pyramidal mesh whose top is positioned where ...
philB's user avatar
  • 331
1 vote
1 answer
136 views

I wrote a shader that implements most ShaderLab commands: Rendering without anything fancy: After enabling conservative rasterization: After disabling Z write: Ironically, that's exactly what I ...
aybe's user avatar
  • 815
0 votes
1 answer
264 views

Right now, I am programming the engine plumes for a game called Spaceflight 3D, or basically a better version of KSP2 that my team of developers are working on. Mainly to be made for my company to ...
Lawn Hollander Lawn's user avatar
1 vote
0 answers
156 views

(I would like to say right away that I personally am not a programmer and may not be so competent in what is said below.) My friend and I are creating a small "game" engine. We have a task ...
InkCg's user avatar
  • 11
0 votes
1 answer
213 views

I'm trying to make it rain in my game, but am having a problem with it seeping through the ceiling. I put a box collider above the house to catch the rain as it falls and it worked for a while, but ...
WestMansionHero's user avatar
1 vote
1 answer
305 views

I want to achieve this effect in unity when processing my sprites before After I was thinking that I could use two color pickers to tell a shader only to create a gradient if two colors share a ...
hello's user avatar
  • 11
5 votes
1 answer
162 views

I'm trying to follow This tutorial for a portal mask shader. It's an awesome effect but it comes with a couple of caveats. The shader as he designs it can only exist in a bubble, as: The portal is ...
ninthtale's user avatar
1 vote
1 answer
477 views

I want to add the translucent blue swish following the sword when it is swung, but I don't even know what to call it, so I can't search it.
Cei's user avatar
  • 873

15 30 50 per page
1
2 3 4 5
17