Blogs1 - 10 of 1,258 recent posts for tag:OpenGL
22
Nov
2009
FooBillard

20 hours ago by Nemo

Jeżeli chcesz na chwilę oderwać się od pracy to najlepiej zagrać sobie w coś ciekawego. Przeglądając strony www znalazłem informację o projekcie open source – FooBillard. Jak sama nazwa wskazuje to bilard. By zainstalować wystarczy w konsoli wpisać: sudo apt-get install foobillard Po instalacji wyst ...

ABC Ubuntu - abcubuntu.com

Renderer: Textures

1 day ago by Robert Chow

Carrying on with the Renderer library,the next function I decided to implement was textures. To be able to render the scene to texture is a major function, and for this library is a must. It is also a requirement to also be able to use those textures as part of a scene too. I had not previously used ...

Planning the Spontaneous - slizerboy.wordpress.com

iPhone mipmaps

1 day ago by flexicoder

Here is some code that shows the glTexParameterf values that need to be set to automatically generate mipmaps and to get OpenGL to use them glBindTexture(GL_TEXTURE_2D, texture[0]); //Next 2 lines are required if not mipmap //glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); //glTexP ...

FlexiCoder Blog - flexicoder.com/blog

Microsoft Visual Studio 2008 ile OpenGl Kullanmak

1 day ago by Uğur

Öncelikle gerekli binary dosyaları aşağıdaki adreslerden indiriyoruz. freeglut 2.4.0 GLUT win32 binaries Daha sonra indirdiğimiz dosyaları doğru klasörlere yerleştirmemiz gerekiyor. freeglut.h i dosyasını ‘C:\Program Files\Microsoft Visual Studio 9.0\VC\include\GL\’ klasörne ( GL klasörn yaratmanız ...

Uğur Dönmez - ugurdonmez.com

No Longer One, Yet Still a Mentor

1 day ago by Patchouli Woollahra

I guess I should have seen this coming ages ago after Linden Lab first suspended hirings, then kept holding off on the resumption of intakes... On Dec 11 this year, LL is shuttering three Second Life Volunteer groups: Second Life Mentors, Second Life Mentors Q&A, and the Instructors team. This is ki ...

Woolly Wildcat Writings - woolysquared.blogspot.com · 7 references

20
Nov
2009
Project 1: pMix / int.lib

2 days ago by c74

Author: Oli Larkin Project Date: 2005 - ongoing York,Yorkshire, UK. pMix (short for preset mixer) is a composition and performance tool that facilitates the control of multiple plugin parameters using an intuitive graphical interface. It was built using Max/MSP and Jitter. pMix hosts four VST plugin ...

Cycling '74 - veryhandso.me

Building Qt to make use of the Beagle board’s SGX GPU

3 days ago by Donald Carr

Texas Instruments has a wiki which documents what is required to bring Qt up on the Beagle board with full OpenGL ES (1/2) support: http://www.tiexpressdsp.com/index.php/Building_Qt and I would like to thank one of their engineers, Varun, for his quick turn around times in addressing any questions I ...

Qt Labs Blogs - labs.trolltech.com/blogs · Rank: 5,350 · 239 references

19
Nov
2009
ZOTAC GeForce GT 240 زوتاك تطلق مجموعة بطاقات ...

3 days ago by Ead AlDoukanje eadoking

أطلقت زوتاك إنترناشيونال، المصنع المتخصص للوحات الأم وبطاقات الرسوم، مجموعة جديدة من بطاقات الرسوم الشاملة، وهي مجموعة بطاقات ZOTAC GeForce® GT 240 الجديدة. وتقدم بطاقات المجموعة الجديدة رسومات وأداءً فائق السرعة وتقنيات لتوفر تجربة حاسوبية جديدة. إن مجموعة بطاقات ZOTAC GeForce® GT 240 بدءاً من معال ...

Eadoking Blog مدونة ... - eadoking.com

OpenGL Textured Cube

4 days ago by krypticprogrammer

Right. Just a quick post to say that I’ve updated my webpage with an extension of an older programme in OpenGL. The previous programme displayed a cube that could be rotated on its various axis, I made changes so the cube now has a texture on each side. The programme still needs tweaking as three of ...

iProgrammer-Blog - krypticprogrammer.wordpress.com

iPhone gluProject and gluUnProject

4 days ago by flexicoder

Now that I’ve started to do some OpenGL I needed to determine where in my 3D world a user had touched. In order to do this you can use a function called gluUnProject, which isn’t part of the standard framework. I’ve converted the code (so have many others) and posted it here in case it might help so ...

FlexiCoder Blog - flexicoder.com/blog

Previous1234567