How to realize the indistinct effect?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
-
- Prole
- Posts: 11
- Joined: Fri Aug 15, 2014 8:08 am
How to realize the indistinct effect?
I know use shader can realize them,but I don't know how to do.Who can help me?
Re: How to realize the indistinct effect?
You mean the iridescent effect?
Look up HSV/HSL color and read the LÖVE shader manual.
Look up HSV/HSL color and read the LÖVE shader manual.
Re: How to realize the indistinct effect?
Maybe he means blurring?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: How to realize the indistinct effect?
You can find a bunch of shaders here. Just keep in mind that some of them are for older versions of love and might need some manual updating. Other than that you can basically take every GLSL tutorial and recreate it in LÖVE. These are the main differences:
Code: Select all
GLSL Löve shader language
float number
sampler2D Image
uniform extern
texture2D(tex, uv) Texel(tex, uv)
Who is online
Users browsing this forum: Bing [Bot], Google [Bot] and 1 guest