0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 13 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed all references to declspec as swig does not like non-standard syntax. Windows will either have to use the gnu toolchain (prefered) or will have to create a .i file containing definitions. Minor update on swig interface. More... about 14 years ago
added another file to ignore More... about 14 years ago
updated ignore list for common linux files More... about 14 years ago
Changed header path in all files to reflect the directory structure. The xcode project files will need to be changed to compile correctly. Added a makefile for linux. Started playing around with making swig bindings for the project, plan on making the library usable with ruby. More... about 14 years ago
Finished off the basic model class. It has limited support for loading wavefront object files (.obj). The limitations are: Only supports triangle faces, no quads Materials are not used Groups are not used The smooth shading flag is ignored If you include normals but not texture coordinate it will use the normals as texture coordinates (this is something that might be addressed in the future). More... over 14 years ago
Framed out the model.cpp file. More... over 14 years ago
Implemented exception class. More... over 14 years ago
Converted temporary exceptions to lavish exceptions. More... over 14 years ago
Added headers for basic Exceptions and 3d Models More... over 14 years ago
Fixed shader implementation, added shader example. More... over 14 years ago
Added ShaderSet class which you can attach shaders to (wrapper around glProgram functions). Removed GetId from shader and friended the new ShaderSet Class. More... over 14 years ago
fixed issue with string terminator with shader programs. More... over 14 years ago
Added shader class that loads vertex and fragment shaders. More... over 14 years ago
Added tutorial 2: Displaying a triangle sample More... over 14 years ago
Added tutorial sample 1 More... over 14 years ago
updated readme More... over 14 years ago
initial commit More... over 14 years ago