I am making a visulation...

Blitz3D Forums/Blitz3D Beginners Area/I am making a visulation...

nerdy_kid(Posted 2008) [#1]
And I need to know how to make the camera blur the 3d world. Any ideas?


Ross C(Posted 2008) [#2]
There is a function in the code archive entries, under 3d effects i think...


H. T. U.(Posted 2008) [#3]
Cheesy but simple method: copy the camera's image and give it a small alpha value. Then draw it multiple times each time with a slight offset. For motion blur make the offset in a specific direction according to the camera's movement.


Yo! Wazzup?(Posted 2008) [#4]
This is coming off the top of my mind and might not work...

Would "CameraFogMode()" work?


Ross C(Posted 2008) [#5]
Nope :o) It would just make it look foggy ;o)


nerdy_kid(Posted 2008) [#6]
I found a perfect effect in the code archives...heck, i should start looking there more often!