Search found 64 matches

by kinkreet
Sat Sep 17, 2016 7:58 pm
Forum: Open Discussion and Dev Announcements
Topic: Irrlicht 1.8.4 released
Replies: 8
Views: 25989

Re: Irrlicht 1.8.4 released

CuteAlien wrote:No, nothing that can change behavior is put in bugfix releases. I don't know if it made it into trunk...
In the trunk I found a class named IContextManager xD must be solved

Thx!
by kinkreet
Thu Aug 11, 2016 6:02 pm
Forum: Project Announcements
Topic: irrRenderer 1.0
Replies: 101
Views: 53807

Re: irrRenderer 1.0

It seems to work, but is not solved yet. I'm using the world position for shadow mapping and paint the water. EDIT:It's like if the camera position was displaced   //its simple if( world.y < waterlevel) gl_FragColor = vec4(gl_FragColor.rgb * watercolor, 1.0); http://i65.tinypic.com/110hhu9.png http:...
by kinkreet
Mon Aug 08, 2016 6:22 am
Forum: Project Announcements
Topic: irrRenderer 1.0
Replies: 101
Views: 53807

Re: irrRenderer 1.0

how can i transform the vPixelPos in to world space? I tryed to multiply by inverse view matrix, but when the camera rotates the worldpos "rotates" too. GLSL            float vDepth = texture2D(DepthTex, ScreenPos.xy).r;           //reconstruct view pixel position         vec3 vProjPos = v...
by kinkreet
Mon Apr 11, 2016 2:33 pm
Forum: Beginners Help
Topic: Sphere/paraboloid image
Replies: 9
Views: 1543

Re: Sphere/paraboloid image

:O como mola! xDD yo con reflejos estáticos ya iba servido xddd En la peli de Gamer, las paredes de la habitación eran pantallas, una proyección así estaría way, seria una alternativa a la VR, sin tener que llevar casco(importante), y sin que las pantallas sean de alta densidad. Y en la VR al final ...
by kinkreet
Sat Mar 26, 2016 6:02 pm
Forum: Code Snippets
Topic: Environment Mapping with Irrlicht
Replies: 37
Views: 9723

Re: Environment Mapping with Irrlicht

gracias! :P
by kinkreet
Thu Mar 17, 2016 10:52 pm
Forum: Code Snippets
Topic: Environment Mapping with Irrlicht
Replies: 37
Views: 9723

Re: Environment Mapping with Irrlicht

I have written an interface with the code to generate spherical maps :)

This is perfect for the tools folder :D

https://dl.dropboxusercontent.com/u/590 ... oSphere.7z

Image
by kinkreet
Tue Mar 15, 2016 6:04 pm
Forum: Beginners Help
Topic: Sphere/paraboloid image
Replies: 9
Views: 1543

[SOLVED]Re: Sphere/paraboloid image

Object version :) #ifndef __SPHEREMAP_GENERATOR_H_INCLUDED__ #define __SPHEREMAP_GENERATOR_H_INCLUDED__   #include <irrlicht.h>   namespace irr { namespace scene {   class SpheremapGenerator {     irr::video::IImage* Skydome;     irr::core::array< irr::video::IImage* > imagesCubemap;     irr::scene:...
by kinkreet
Tue Mar 15, 2016 1:19 pm
Forum: Beginners Help
Topic: Sphere/paraboloid image
Replies: 9
Views: 1543

Re: Sphere/paraboloid image

tu codigo esta way :) se pueden sacar spheremaps de cubemaps que es lo que quería(mas o menos) y ademas hace enviroement mapping jejeje, ahora me ha picado la curiosidad por el SVN, a ver si consigo pasar mi aplicación con multi render targets ahí
by kinkreet
Mon Mar 14, 2016 9:04 pm
Forum: Code Snippets
Topic: Environment Mapping with Irrlicht
Replies: 37
Views: 9723

Re: Environment Mapping with Irrlicht

"Our Tools and SDK can be used freely (i.e., no fees) for any commercial or non-commercial purpose. The code provided can be modified, cut and paste as well as integrated into other projects....."

https://community.imgtec.com/developers ... nstallers/
by kinkreet
Mon Mar 14, 2016 6:25 pm
Forum: Code Snippets
Topic: Environment Mapping with Irrlicht
Replies: 37
Views: 9723

Re: Environment Mapping with Irrlicht

Is there any PVR editor/exporter that does not require a license?

EDIT: Thanks @Nadro :)
by kinkreet
Mon Mar 14, 2016 6:11 pm
Forum: Beginners Help
Topic: Sphere/paraboloid image
Replies: 9
Views: 1543

Re: Sphere/paraboloid image

Casualmente estaba mirando tu post xDD, pero tengo problemas para adaptar mi codigo al SVN, me salen mensajes de deprecated en funciones como setRenderTarget, addRenderTargetTexture, etc.... pero bueno.. mola mucho el post :)
by kinkreet
Mon Mar 14, 2016 11:32 am
Forum: Code Snippets
Topic: Environment Mapping with Irrlicht
Replies: 37
Views: 9723

Re: Environment Mapping with Irrlicht

Awesome, thanks. I'll try the SVN with this cool demo ;)
by kinkreet
Mon Mar 14, 2016 10:46 am
Forum: Code Snippets
Topic: Environment Mapping with Irrlicht
Replies: 37
Views: 9723

Re: Environment Mapping with Irrlicht

but the SVN version is not stable isn't it?