Hi, any one knows how do Reflections like this,
i have tried a lot but no use. Its output of irrlicht from "myPicture3d"
thanks in advance.
Reflections
You can do it with shaders but you don't actually have to use shaders really. You could check out the various attempts at mirrors people have made (search the forum) or if you are comfortable with shaders then you could check out Elvman's realistic water scene node in the projects forum as reflective water is obviously basically the same but with added waves and refractions.
I think shader would be the best solution.
My company: http://www.kloena.com
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
My blog: http://www.zhieng.com
My co-working space: http://www.deskspace.info
I wouldn't use a shader unless you need to modify the reflection on a per pixel level, this thread http://irrlicht.sourceforge.net/phpBB2/ ... reflection shows how to achieve this. I also listed the pros and cons of each method.
"Irrlicht is obese"
If you want modern rendering techniques learn how to make them or go to the engine next door =p
If you want modern rendering techniques learn how to make them or go to the engine next door =p
No, the shader has nothing to do with how dynamic the scene can be, the inverted geometry can be animated in the same way as normal geometry, the shader is only needed for distortions/floor illumination model.
"Irrlicht is obese"
If you want modern rendering techniques learn how to make them or go to the engine next door =p
If you want modern rendering techniques learn how to make them or go to the engine next door =p