| Added -lpthread to CCLIBS |
|
More...
|
over 17 years ago
|
| render_loop now uses pthread_cond, instead of mutex (which was locked in one thread and unlocke in another). |
|
More...
|
over 17 years ago
|
| Added some project-specific (non camlosg-specific) machinery for rendering in parallel thread w/o caml_enter/leave_blocking_section. |
|
More...
|
over 17 years ago
|
| Added OsgCal.Core_model.load_simple & OsgCal.Model.load_simple |
|
More...
|
over 17 years ago
|
| OsgGA.Utils renamed to OsgGA.Deprecated_osgGA_utils |
|
More...
|
over 17 years ago
|
| * Commented out OsgGA.Gui_event_handler.create (implementation currently doesn't contain CAMLlocal4) |
|
More...
|
over 17 years ago
|
| allocRawStructWoDtor now uses double array, instead of custom block. alloc_small is faster than alloc_custom and we don't need comparisons on these values. |
|
More...
|
over 17 years ago
|
| AnimationPath::ControlPoint now also allocated as double array. |
|
More...
|
over 17 years ago
|
| Timer internally represented as float, not int64, due to dlow int64 allocations. |
|
More...
|
over 17 years ago
|
| Vec2/3/4 & Quat are now records with double fields (so their allocation and access to components do not require caml_c_call). |
|
More...
|
over 17 years ago
|
| Little fix in Osg.Matrix.to_array (it was actually converting to tuple array, not array array) |
|
More...
|
over 17 years ago
|
| Osg.Matrix.translate/scale now donw in caml. Mult only calls C to perform multiplication, not allocation. |
|
More...
|
over 17 years ago
|
| Osg.Matrix now 16-float element record instead of custom structure. |
|
More...
|
over 17 years ago
|
| Added OsgViewer.Viewer.get_camera_manipulator |
|
More...
|
over 17 years ago
|
| Fixes for make install with NO_BYTECODE option |
|
More...
|
almost 18 years ago
|
| Added NO_EXAMPLES make parameter |
|
More...
|
almost 18 years ago
|
| Added OsgCal.Model.set_auto_update/update |
|
More...
|
almost 18 years ago
|
| Some fixes for static linking OSG (for profiling via gprof) |
|
More...
|
almost 18 years ago
|
| Little fixes for OSG 2.6 |
|
More...
|
almost 18 years ago
|
| * Added OsgCal.Mesh_parameters ~no_software_vertex_update |
|
More...
|
almost 18 years ago
|
| Fix for compiling under gcc-4.3 |
|
More...
|
about 18 years ago
|
| Added osgText.Text.set_kerning_type |
|
More...
|
over 18 years ago
|
| Added Osg.Texture.set_max_anisotropy |
|
More...
|
over 18 years ago
|
| Fixed Uniform.sampler* |
|
More...
|
over 18 years ago
|
| Added Osg.Uniform.sampler* |
|
More...
|
over 18 years ago
|
| Added Osg.Matrix.get_look_at |
|
More...
|
over 18 years ago
|
| Version boost 0.0.3 => 0.0.5 |
|
More...
|
over 18 years ago
|
| Reordered modules in osg/Makefile for documentation generation |
|
More...
|
over 18 years ago
|
| * Added Osg.Light_source |
|
More...
|
over 18 years ago
|
| Added Osg.Light |
|
More...
|
over 18 years ago
|