Questions tagged [glow]

188 questions
0
votes
1 answer

How to maintain the glow effect of a json model rotating in three.js scene?

I add a json model with glow effect into the scene. As follows: I try to rotate the json model automatically. However, it looks weird when it is rotating. The glow effect of the model does not work. I assume that the position of the json model…
Kevin Hsiao
  • 2,281
  • 2
  • 10
  • 18
0
votes
1 answer

How to create a glowing selector for RecyclerView?

I need to make RecyclerView's items glowing when they are focused. Like this 9 patch isn't a proper solution because images that have transparency aren't always square.
0neel
  • 383
  • 5
  • 11
0
votes
1 answer

Fluid, Css, Hover Box Shadow

I am new to stackoverflow, just joined. I am pulling my hair out, please help. http://tygoro.com/landing/ This box + triangle I want to have a box shadow on HOVER. Plus I want it to be fluid if possible! I am not sure how to accomplish this, I am…
Guru Goro
  • 5
  • 4
0
votes
1 answer

How to make an empty div or container glow with pure CSS?

I want an empty container to glow so I use this code: box-shadow: 0 1px 20px 1px lightcyan; The problem with this is that only the borders glow and there is a big hole in the center which is not the effect I want. I know I can move the position of…
Cain Nuke
  • 2,843
  • 5
  • 42
  • 65
0
votes
1 answer

Glow in Aforge.net

How can I make a glow effect in Aforge. I have blobs on black background and I would like to surround them with a glow. tnx
tomato
  • 96
  • 2
  • 13
0
votes
1 answer

Glow effect does not "cycle"

On my mx:Image component I have a creationCompleteEffect="glowIn"
Yan
  • 582
  • 2
  • 6
  • 22
0
votes
1 answer

Explanation of WebGL code - why does it work that way

I'm trying to make a lightbulb that glows a little and then it becomes less intense. Also at the edges to be a little bit dimmer. I found the a code, that I think creates the effect I want to create, but I don't seem to understand it very well.…
vixenn
  • 177
  • 2
  • 5
  • 15
0
votes
1 answer

Glow line with andengine

I would like to make a glow line with andengine by using the Line object. I've tried almost everything, i think.. Here is it: As you can see here I was able to attach a glow line to a scene guided by the CanvasTextureCompositingExample, that was ok…
Alex
  • 7
  • 6
0
votes
0 answers

Attach canvas drawed line to scene in Android

I would like to attach a line drawed with canvas to a Scene. I'm using andengine library. I know that andengine provides line objects that can be draw and attached to a scene, but this is not an option for me because i'm trying to make a pretty glow…
Alex
  • 7
  • 6
0
votes
0 answers

WPF open new Mahapps window with GlowBrush

I would like to open a new MetroWindow (Mahapps) with border glow from C# code. I succeded to do that from xaml with the GlowBrush property, but couldn't achived the same result from C# code. Here is how I tried: private void…
csigesz
  • 1
  • 2
0
votes
0 answers

Glow Round an Image on Hover

I've got an image that has a transparent background to it. I want to make it glow round the edges of the image instead of round the back. Up to now I've been able to do this on square and circle images, using the following method. HTML
CalvT
  • 3,123
  • 6
  • 37
  • 54
0
votes
2 answers

Background with glow image

I'm designing a website that has a background image of text with an image that has a background glow in the center. I've been playing with the following two solutions: Just create one background image. Downside: I need to make various resolution…
flasshy
  • 111
  • 1
  • 11
0
votes
1 answer

Rendering an atmosphere using three. js

For the purpose mentioned in the title, I have seen this question, as well as this demo. I am thus using the ThREEx.atmospherematerial() from the THREEx.planets package. The material is controlled by, besides colors, two parameters, power (p in the…
Sean
  • 789
  • 6
  • 26
0
votes
1 answer

Apply Glow effect to an object drawn on visual layer in WPF

I'm using the following code to draw Rectangle objects on Visual Layer. I was wondering if there is a way I can apply Glow effect to these Rectangles? And since there are lots of them, is there a way to apply the effect to the parent…
Vahid
  • 5,144
  • 13
  • 70
  • 146
0
votes
1 answer

Need image glow on hover using Lightbox

I have been looking for the past couple of days and have not been able to find anything helpful. I am trying to get the same glow effect that is used on the Lightbox demo page ( http://lokeshdhakar.com/projects/lightbox2/ ). I want to make it so…
Blanke
  • 1