Can you change the camera blurring effect?

Everything related to 3D programming
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 755
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Can you change the camera blurring effect?

Post by Samuel »

I'm trying to make it so that you can see farther into the distance before it starts getting blurry. I believe i saw a way to do this a while back, but I've forgotten how.
Fred
Administrator
Administrator
Posts: 16686
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Can you change the camera blurring effect?

Post by Fred »

You mean like a fog, or like a depth of field effect ?
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 755
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Re: Can you change the camera blurring effect?

Post by Samuel »

There is no fog and i believe this is the same thing as Depth of field. I'm trying to make it so that the textures on objects stay higher quality for longer distances as the camera zooms out. So if you have a tree for example. Up close it looks nice and then as you zoom out it starts to blur. Which is nice for the depth, but in this case i need it to stay sharp with no blur. Any help will be much appreciated.
User avatar
Comtois
Addict
Addict
Posts: 1429
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: Can you change the camera blurring effect?

Post by Comtois »

then as you zoom out
just to understand, how do you do it? Have you an example?
Please correct my english
http://purebasic.developpez.com/
User avatar
Samuel
Enthusiast
Enthusiast
Posts: 755
Joined: Sun Jul 29, 2012 10:33 pm
Location: United States

Re: Can you change the camera blurring effect?

Post by Samuel »

After searching through some more examples i found this command.

Code: Select all

MaterialFilteringMode(#Material, Mode [, MaxAnisotropicValue])
It takes care of my problem. Thanks for taking the time to help guys.
Post Reply