Archive for novembre, 2010

shader library

By admin - Last updated: Dimanche, novembre 21, 2010

http://www.geeks3d.com/geexlab/shader_library.php

openCTM

By admin - Last updated: Dimanche, novembre 21, 2010

The Open Compressed Triangle Mesh file format: http://openctm.sourceforge.net/

Want to play easily with shader in your browser ?

By admin - Last updated: Dimanche, novembre 21, 2010

Use this nice tool from Inigo Quilez, it only need a webgl compatile browser: http://www.iquilezles.org/apps/shadertoy/

IIS7 fastcgi + php + uploading big file

By admin - Last updated: Mardi, novembre 9, 2010

1-Open your web.config: Juste add this (replace « xxx » by the max value) If you are using virtual directories, be sure to add it to the root web.config (C:\inetpub\wwwroot) 2-Open your php.ini (C:\Program Files\PHP\php.ini) Change value of « upload_max_filesize » and « post_max_size » 3-Restart IIS That’s all