Sly14 / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

Demo-cube.c shows empty viewport in VS2010 #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run the example in VS2010
2.
3.

What is the expected output? What do you see instead?
Cube , see white background.

What version of the product are you using? On what operating system?
Windows7 64bit ,NVidia Quadro 4000

Please provide any additional information below.

Original issue reported on code.google.com by explomas...@gmail.com on 5 May 2013 at 2:19

GoogleCodeExporter commented 8 years ago
I can confirm this on ubuntu 12.04 with a Nvidia NVS 4200M graphics card 
running r225.

Original comment by gahd...@gmail.com on 9 May 2013 at 10:15

GoogleCodeExporter commented 8 years ago
It has been fixed (temporarily) in the trunk by using 
gl_ModelViewProjectionMatrix.
It would be better to use our own model/view/projection but the mat4 code might 
be buggy.

Original comment by Nicolas.Rougier@gmail.com on 17 May 2013 at 7:28