FORUM CLOSED, PLEASE REGISTER AT FORUM.SIO2INTERACTIVE.COM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to improve the picture quality?

2 posters

Go down

How to improve the picture quality? Empty How to improve the picture quality?

Post  LuisLee Wed Jun 10, 2009 1:52 am

Use blender to create a scene, but into the project, the picture is very fuzzy.
How to improve the picture quality.
thanks

LuisLee

Posts : 85
Join date : 2009-04-26
Age : 36

Back to top Go down

How to improve the picture quality? Empty Re: How to improve the picture quality?

Post  sio2interactive Wed Jun 10, 2009 1:57 am

From tutorial11:

Code:


   // The following instruction change the default mipmap
   // algorithm used for the images tagged to receive mipmapping
   //
   //   SIO2_IMAGE_NORMAL (no filtering)
   //   SIO2_IMAGE_LINEAR
   //   SIO2_IMAGE_BILINEAR
   //   SIO2_IMAGE_TRILINEAR
   //   SIO2_IMAGE_QUADLINEAR
   //
   sio2->tfilter = SIO2_IMAGE_BILINEAR;
   
   // Enable or disable anisotropic
   // filtering of your texture.
   //
   // SIO2_IMAGE_ISOTROPIC (no anisotropic filtering)
   // SIO2_IMAGE_ANISOTROPIC_1X
   // SIO2_IMAGE_ANISOTROPIC_2X
   sio2->afilter = SIO2_IMAGE_ANISOTROPIC_1X;

sio2interactive
sio2interactive

Posts : 1526
Join date : 2008-08-26
Age : 44
Location : Shanghai

http://sio2interactive.com

Back to top Go down

How to improve the picture quality? Empty Re: How to improve the picture quality?

Post  LuisLee Wed Jun 10, 2009 2:11 am

sio2interactive wrote:From tutorial11:

Code:


   // The following instruction change the default mipmap
   // algorithm used for the images tagged to receive mipmapping
   //
   //   SIO2_IMAGE_NORMAL (no filtering)
   //   SIO2_IMAGE_LINEAR
   //   SIO2_IMAGE_BILINEAR
   //   SIO2_IMAGE_TRILINEAR
   //   SIO2_IMAGE_QUADLINEAR
   //
   sio2->tfilter = SIO2_IMAGE_BILINEAR;
   
   // Enable or disable anisotropic
   // filtering of your texture.
   //
   // SIO2_IMAGE_ISOTROPIC (no anisotropic filtering)
   // SIO2_IMAGE_ANISOTROPIC_1X
   // SIO2_IMAGE_ANISOTROPIC_2X
   sio2->afilter = SIO2_IMAGE_ANISOTROPIC_1X;



thanks,but,In my project do not change. Sio2 engine in the most suitable map size is how much? 512x512?

LuisLee

Posts : 85
Join date : 2009-04-26
Age : 36

Back to top Go down

How to improve the picture quality? Empty Re: How to improve the picture quality?

Post  LuisLee Wed Jun 10, 2009 2:15 am

thanks sio2,I have to try
Resolution of the picture which is more suitable. thank you !

LuisLee

Posts : 85
Join date : 2009-04-26
Age : 36

Back to top Go down

How to improve the picture quality? Empty Re: How to improve the picture quality?

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum