11
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 2 days ago.
May 19, 2024 — May 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New files More... almost 25 years ago
Added the sowindefs.h file. More... almost 25 years ago
The basic setup. More... almost 25 years ago
Initial revision More... almost 25 years ago
Set execution-mode on soxt-config in configure.in again. More... almost 25 years ago
Configure + build setup for generating SoAnyMaterialList* sources. More... almost 25 years ago
Set up variables to build materiallist component example. More... almost 25 years ago
Now in a usable state. More... almost 25 years ago
Added to common code. More... almost 25 years ago
SoAnyMaterialList.*, SoAnyMaterialListBuiltins.*: new common code class. libm4.m4: from autoconf, needed for macro-expanding the builtins file. More... almost 25 years ago
Add debug wrappers. More... almost 25 years ago
Fix to be compatible with the "new" OIV GLRender traversal code (GLRenderOffPath, GLRenderBelowPath, GLRenderInPath). Done by pederb. More... almost 25 years ago
Fixed a bug in the traversal code. Some code cleanup. Done by pederb. More... almost 25 years ago
Removed obsolete IRIX guidance hints. More... almost 25 years ago
Include "evaluator_tab.c" instead of "evaluator.tab.c" (this file got renamed) for compact builds. More... almost 25 years ago
New file containing the default materials, generated using m4 macros. libm4.m4 is the same as you find in autoconf. More... almost 25 years ago
Strip off zlib and libpng if they are "inherited" from linking with Qt. More... almost 25 years ago
Reran generating script to get correct transparency values. More... almost 25 years ago
Fixed bug in transparency calculation. More... almost 25 years ago
Use current shape hints when rendering cones. Fixed by pederb. More... almost 25 years ago
Use current shape hints when rendering cylinders. Fixed by pederb. More... almost 25 years ago
Use current shape hints when rendering spheres. Also did some minor code cleanup. Fixed by pederb. More... almost 25 years ago
Use current shape hints when rendering cubes. Fixed by pederb. More... almost 25 years ago
Renamed evaluator.tab.c to evaluator_tab.c as a workaround for a strange make problem on IRIX (as reported by Felix Ritter). More... almost 25 years ago
Updated projects and makefiles to add 'd' to the debug version of 'coin.lib' and 'coin.dll, ie. 'coind.lib' and 'coind.dll'. More... almost 25 years ago
Bugfix in culling code. We need to push state before doing a cull test since SoCullElement might change. Done by pederb. More... almost 25 years ago
Also cull against clipping planes when rendering. Fixed by pederb. More... almost 25 years ago
Redesigned SoCullElement to handle more than one camera in a separator. Some code cleanup. Done by pederb. More... almost 25 years ago
Bugfix SbBox3f::outside(), handle the case where the box is big enough to contain the full view frustum. Fixed by pederb. More... almost 25 years ago
Converted use of template-generated code into macros. Also miscellaneous codestyle cleanups. More... almost 25 years ago