Skip to main content

Questions tagged [image-effects]

0 votes
1 answer
134 views

I got the following question: How to show an image as Tooltip in a Unity3D? The image should only be visible if the user hovers over the 3d object. Thanks in advance, hidayah
Hidayah__0111's user avatar
0 votes
1 answer
4k views

I am writing Mandelbrot set shader for Unity. I wrote an Image Effect shader and it works. Unfortunately, each point "shimmers" on translate scale. This is because, for each shader call I ...
Dims's user avatar
  • 161
0 votes
2 answers
159 views

This is a screenshot from RE7. I have once seen the same image effect in Unity, but I don't remember the name: I'm not talking about AA or DOF here, I mean this grainy / greenish thing, I don't know ...
tmighty's user avatar
  • 919
0 votes
0 answers
848 views

I've tried both the built-in unity ambient occlusion that comes with the post-processing stack, as well as another one ported from the Microsoft MiniEngine by someone: https://github.com/keijiro/...
David C.'s user avatar
  • 116
1 vote
1 answer
5k views

I'm trying to fake a DOF effect for Sprites by using 2 cameras, one for the sharp objects, one for the blurred ones. I have set up the layers like Blur and Sharp accordingly. So I have these 2 ...
agiro's user avatar
  • 269
0 votes
1 answer
641 views

I'm using global fog and the standard assets Depth Of Field script but it has a strange effect on the edges of far away objects. How can I make the white edges along the trees blend smoothly into the ...
mr-matt's user avatar
  • 2,779
3 votes
1 answer
2k views

I am trying to create an image effect where only a part of the image has the effect applied to. One way I can think of to do this is to define the portion of the image using the stencil buffer. ...
eclmist's user avatar
  • 1,143
3 votes
0 answers
1k views

I am attempting to understand the easeljs ColorFilter and its use with cache. There is quite a bit of information at the easeljs site but it's not clear based upon the examples and documentation. ...
McArthey's user avatar
  • 205

15 30 50 per page