Questions tagged [effects]

Non functional enhancements of user interaction with a product (most commonly visual and sound)

Do not use this tag for R effects package related posts.

1053 questions
9
votes
2 answers

iOS SceneKit Neon Glow

Have been looking at lighting on Scenekit, and while I can now apply a lighting node to light something I'm looking for a way to light from within an object. As an example imagine a neon glow, or a lightbulb that casts light on other objects. Any…
Matthew Baker
  • 2,637
  • 4
  • 24
  • 49
9
votes
3 answers

Multiple light sources on canvas

I want to place a number of light sources on a background for a game I'm making, which works great with one light source as shown below: This is achieved by placing a .png image above everything else that becomes more transperant towards the…
Magnus Engdal
  • 5,446
  • 3
  • 31
  • 50
9
votes
4 answers

What kind of cool graphics algorithms can I implement?

I'm going to program a fancy (animated) about-box for an app I'm working on. Since this is where programmers are often allowed to shine and play with code, I'm eager to find out what kind of cool algorithms the community has implemented. The…
Pedery
  • 3,632
  • 1
  • 27
  • 39
9
votes
2 answers

How to animate Opacity of a DropShadowEffect?

I have a WPF project with a border using the following style. The plan is to get the glow effect to fade in when the mouse moves over the border, and fade out when it leaves.