11
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
May 21, 2024 — May 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Put some mismatches in memory allocation-deallocation pairs to sleep. More... almost 25 years ago
Implemented proper SoConvexDataCache support in SoIndexedFaceSet. Done by pederb. More... almost 25 years ago
Killed memory trashing bug, coused by loading both msvcrt.dll and msvcrtd.dll. Added readme file to build dir. More... almost 25 years ago
Misc fixes for cube and cylinder's generate primitives. Done by pederb. More... almost 25 years ago
Set material index in cube's picked point. Fixed by pederb. More... almost 25 years ago
Support for alpha test rendering of textures. Fixed by pederb. More... almost 25 years ago
Turn on backface culling for example model. This makes annotation look somewhat better. Done by pederb. More... almost 25 years ago
Fix for material binding per part when rendering cubes and cylinders, done by pederb. More... almost 25 years ago
Supply normal and texture coordinates in picked point when picking a Cube. Done by pederb. More... almost 25 years ago
Build sliderset example programs. More... almost 25 years ago
Don't compile/link with sliders/ subdir. Partly functional sliderset implementations. More... almost 25 years ago
Provide fallback resources for sliderset setup. More... almost 25 years ago
Removed some debug information. More... almost 25 years ago
Made "camera" member protected (as is the case for OI) instead of private. Problem reported by Rupert Kittinger. More... almost 25 years ago
Fixed fatal uninitialized variable bug, thanks to Rupert Kittinger. Added unstandard fitSize() method. More... almost 25 years ago
Killed a memory trashing bug, caused by loading both msvcrt.dll and msvcrtd.dll. Added version number to the dll-name. By mariusbu. More... almost 25 years ago
Make the AIX xlC compiler happy. By Loring Holden. More... almost 25 years ago
Killed the "sogl_free_texture" debug messages. More... almost 25 years ago
Fixed a crash when using the Coin library as a .DLL (there are special rules for data originating from the C library when constructing DLLs). More... almost 25 years ago
Moved state push/pop inside cull test, since SoCullElement is guaranteed not to change when geometry is outside. Done by pederb. More... almost 25 years ago
Implemented the SoLocateHighlight node. Done by pederb. More... almost 25 years ago
Fix to make SoAnnotation work with the new SoSeparator::GLRender() code. Done by pederb. More... almost 25 years ago
Fix to handle transparent objects in delayed paths (Annotation nodes). Done by pederb. More... almost 25 years ago
Fixed ugly macro bug in ARRAY_NEW. Bug reported by Rick Lowe <[email protected]> More... almost 25 years ago
Re-inserted old, non-optimized code for SbMatrix::setTransform(), as the "optimized" code currently in use was indeed buggy.. More... almost 25 years ago
Changed name of some private variables in public macros to improve Inventor compatibility. Fix requested by Matthias Block. More... almost 25 years ago
Reorganized the SoGLShadeModelElement. The old code set the GL shade model to flat whenever the material and normal binding was not PER_VERTEX, which was very silly since this obviously caused point and spot lights to be evaluated incorrectly. The new code will only set the GL shading model to flat when drawing triangle strips with normal or material binding per face. Problem reported by torgunna, fixed by pederb. More... almost 25 years ago
Misc updates. Added option "--disable-static-defaults" which strips off approximately 400K of the library. More... almost 25 years ago
#ifdef wrapper (WITH_STATIC_DEFAULTS) to disable compiling in the static defaults. More... almost 25 years ago
Bugfix for no materials. More... almost 25 years ago