Depth Of Field
-
- Posts: 219
- Joined: Fri Apr 13, 2007 8:29 pm
- Location: Illinois
- Contact:
I've switched to IrrSpintz, as it has floating-point rendertargets. The extra precision really helps with some effects. This may be a symptom of your cause.
I can't remember if I allowed for pixel centres. That may be a cause. Google it if you don't know what it is.
If you had a VS2005 project with source using the DX9 driver I may be able to help you by debugging via PIX. Or you could do the same and use PIX to examine the rendertargets and rendering pipeline to see how the framebuffer is being composited.
I can't remember if I allowed for pixel centres. That may be a cause. Google it if you don't know what it is.
If you had a VS2005 project with source using the DX9 driver I may be able to help you by debugging via PIX. Or you could do the same and use PIX to examine the rendertargets and rendering pipeline to see how the framebuffer is being composited.
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
Well, i've got various error while try it..
1. in line 23
i've change it to
2. in line 104-105
it makes some error like this
So i change the line with it
But somehow, it produces more error..
Does anyone have try it in irrlicht 1.7.1..?
1. in line 23
Code: Select all
virtual bool OnEvent(SEvent event)
Code: Select all
virtual bool OnEvent(const SEvent& event)
Code: Select all
core::dimension2di windowSize(800,600);
device = createDevice(driverType, windowSize, 32, false, false, false, &receiver);
Code: Select all
f:\irrlich\depth\tes\main.cpp(105) : error C2664: 'irr::createDevice' : cannot convert parameter 2 from 'irr::core::dimension2di' to 'const irr::core::dimension2d<T> &'
1> with
1> [
1> T=irr::u32
1> ]
1> Reason: cannot convert from 'irr::core::dimension2di' to 'const irr::core::dimension2d<T>'
1> with
1> [
1> T=irr::u32
1> ]
1> No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
Code: Select all
IrrlichtDevice *device=createDevice( video::EDT_DIRECT3D9, core::dimension2d<u32>(1024, 768), 32, false, false, false, &receiver);
Does anyone have try it in irrlicht 1.7.1..?
-
- Posts: 30
- Joined: Tue Oct 18, 2011 3:48 pm
Re: Depth Of Field
As anonymous is saying "tango down"
ps. As I remember that there were lot of interesting things for irrlicht
Can somebody reupload this?
ps. As I remember that there were lot of interesting things for irrlicht
Can somebody reupload this?
Re: Depth Of Field
Looks like my host is still there but my webspace has been "reset", deleting all my files. Luckily, I have a local backup of all my demo files. I'll be looking at getting things set up again ASAP.wiedzmin112 wrote:As anonymous is saying "tango down"
ps. As I remember that there were lot of interesting things for irrlicht
Can somebody reupload this?
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Depth Of Field
Maybe upload them to irrExt project. That one should be pretty safe and it would be really nice to have those as part of the Irrlicht contributions. Just PM me your SF login and I'll add you to the project.
Re: Depth Of Field
OK, I'll be adding an updated version to irrExt ASAP.
In the meantime the original demo zip is available here along with my other Irrlicht demos:
http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
In the meantime the original demo zip is available here along with my other Irrlicht demos:
http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781