-
Make the gui pane explicitly render its caption and compress the client area when it has a caption. Of course, changing the caption after the pane has been laid out will screw up the layout...but that's the caller's fault.
2010-01-07 05:45:05 UTC in G3D Innovation Engine
-
morgan3d made 1 file-release changes.
2010-01-04 04:43:02 UTC in G3D Innovation Engine
-
morgan3d made 1 file-release changes.
2010-01-04 04:42:02 UTC in G3D Innovation Engine
-
ImageFormat currently distinguishes "float" and "integer" types, in terms of how OpenGL represents the underlying data.
1. We also need a field indicating how OpenGL maps that data to values: float, integer, and unsigned integer are the (see the GL_EXT_texture_integer specification).
2. The old isFloat field should be documented as floating point vs. fixed point, not float vs. integer.
2010-01-02 21:37:25 UTC in G3D Innovation Engine
-
Off the front page:
http://g3d-cpp.sourceforge.net/manual/upgrade8.html.
2009-12-22 14:39:50 UTC in G3D Innovation Engine
-
...
install -d "/Users/schpok/code/G3D/temp/ffmpeg/native/install/lib"
install -m 644 libavformat/libavformat.a "/Users/schpok/code/G3D/temp/
ffmpeg/native/install/lib"
ranlib "/Users/schpok/code/G3D/temp/ffmpeg/native/install/lib/
libavformat.a"
/usr/bin/gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -
D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I. -I"/Users/schpok/code/G3D/temp/...
2009-12-22 14:39:22 UTC in G3D Innovation Engine
-
I added both of these.
The other spec is at http://developer.download.nvidia.com/opengl/specs/GL_EXT_texture_shared_exponent.txt.
2009-12-10 18:12:20 UTC in G3D Innovation Engine
-
Support packed float and shared exponent formats, each of which fit float RGB data into 32 bits and are ideal default render targets for Film
http://www.opengl.org/registry/specs/EXT/packed_float.txt.
2009-12-10 05:28:28 UTC in G3D Innovation Engine
-
A user reported these. I suspect the last two are just because the demos aren't online (something Morgan should fix for release)
http://g3d-cpp.sourceforge.net/manual/guidenewuser.html:
http://g3d-cpp.sourceforge.net/demos/starter
http://g3d-cpp.sourceforge.net/demos/rawOpenGL.
2009-12-07 19:01:04 UTC in G3D Innovation Engine
-
morgan3d committed revision 14 to the G3D Innovation Engine SVN repository, changing 2 files.
2009-12-06 03:30:00 UTC in G3D Innovation Engine