Skip to content

Commit

Permalink
Renderer|FX: Revised “star” flare iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 28, 2013
1 parent 899f7d3 commit 8727a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified doomsday/client/data/renderer.pack/graphics/flares/star.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doomsday/client/src/render/fx/lensflares.cpp
Expand Up @@ -379,8 +379,8 @@ DENG2_PIMPL(LensFlares)
typedef Rangef Rgf;
static Spec const specs[] = {
// axisPos id color size intensity min/max radius min/max angle min/max
{ 1, FlareData::Burst, Vector4f(1, 1, 1, 1), 1, Rgf(1.0e-8, 1.0e-6), Rgf(), Rgf(), Rgf(/*.5f, .8f*/), Rgf(), Rgf() },
//{ 1, FlareData::Star, Vector4f(1, 1, 1, 1), 1, Rgf(1.0e-6, 1.0e-5), Rgf(), Rgf(.5f, .7f), Rgf(), Rgf(), Rgf() },
{ 1, FlareData::Burst, Vector4f(1, 1, 1, 1), 1, Rgf(1.0e-8, 1.0e-6), Rgf(), Rgf(), Rgf(.5f, .8f), Rgf(), Rgf() },
{ 1, FlareData::Star, Vector4f(1, 1, 1, 1), 1, Rgf(1.0e-6, 1.0e-5), Rgf(), Rgf(.5f, .7f), Rgf(), Rgf(), Rgf() },
{ 1, FlareData::Exponent, Vector4f(1, 1, 1, 1), 2.5f, Rgf(1.0e-6, 1.0e-5), Rgf(), Rgf(.1f, .2f), Rgf(), Rgf(), Rgf() },

{ .8f, FlareData::Halo, Vector4f(1, 1, 1, .5f), 1, Rgf(5.0e-6, 5.0e-5), Rgf(), Rgf(.5f, .7f), Rgf(), Rgf(), Rgf(30, 60) },
Expand Down

0 comments on commit 8727a45

Please sign in to comment.