|
|
|
@10764
|
[10764]
|
4 years |
robert |
<iterator>, <stdlib.h> and <ctype.h> includes required for QNX compiler
|
|
|
|
@9638
|
[9638]
|
4 years |
robert |
Fixed warning
|
|
|
|
@9637
|
[9637]
|
4 years |
robert |
Warning fixes
|
|
|
|
@9630
|
[9630]
|
4 years |
robert |
Warnings fixes for VS.
|
|
|
|
@8977
|
[8977]
|
5 years |
robert |
Compile fix required when using ref_ptr<> implicit output conversion
|
|
|
|
@8853
|
[8853]
|
5 years |
robert |
Introduced Geometry::containsSharedArrays() and …
|
|
|
|
@7720
|
[7720]
|
5 years |
robert |
Added an optional use of doubles for computing error metrics to help …
|
|
|
|
@7648
|
[7648]
|
6 years |
robert |
From Roland Smeenk, "Attached you will find a large set of small typo …
|
|
|
|
@7440
|
[7440]
|
6 years |
robert |
Changed the simplifier so that it produces deterministic results, no …
|
|
|
|
@5328
|
[5328]
|
7 years |
robert |
Updated copyright years.
|
|
|
|
@5187
|
[5187]
|
7 years |
robert |
Replaced ref_ptr<>:take with ref_ptr<>:release, and added handling of …
|
|
|
|
@4983
|
[4983]
|
7 years |
robert |
Added s/getDoTriStrip and s/getSmoothing method.
|
|
|
|
@4980
|
[4980]
|
7 years |
robert |
Improved default settings, re-enambled smoothing and tri stripping of …
|
|
|
|
@4979
|
[4979]
|
7 years |
robert |
Added support for up sampling by dividing longest edges.
|
|
|
|
@4800
|
[4800]
|
8 years |
robert |
Coverted tabs to space in core libraries.
|
|
|
|
@4552
|
[4552]
|
8 years |
robert |
From Volker Walkiewicz (with tweaks from Robert Osfield):
Fix to the …
|
|
|
|
@4390
|
[4390]
|
8 years |
robert |
Renamed Byte2,3,4 and Short2,3,4 and UByte4 to use the Vec*b, Vec*s and …
|
|
|
|
@4038
|
[4038]
|
8 years |
robert |
Updated Copyright notices to 1998-2005.
|
|
|
|
@3999
|
[3999]
|
8 years |
robert |
Added #include <algorithm>
|
|
|
|
@3765
|
[3765]
|
8 years |
robert |
Fixed crash in osgUtl::Simplifier which was due to an dereference of an …
|
|
|
|
@3216
|
[3216]
|
9 years |
robert |
Removed warings
|
|
|
|
@3043
|
[3043]
|
9 years |
robert |
From Boris Bralo, reimplementation of dereference_less functor to use
two …
|
|
|
|
@2989
|
[2989]
|
9 years |
robert |
From Frank Lindeman, compile fix for VS to get round limitation is VS …
|
|
|
|
@2982
|
[2982]
|
9 years |
robert |
From Bruce Clay, modify template copy method to avoid VS6.0 compile …
|
|
|
|
@2979
|
[2979]
|
9 years |
robert |
Removed eroneous return statement.
|
|
|
|
@2943
|
[2943]
|
9 years |
robert |
Changed notify level on several debugging messages from WARN to INFO.
|
|
|
|
@2919
|
[2919]
|
9 years |
robert |
Fix for VS7.0 build from Mike Weiblen
|
|
|
|
@2917
|
[2917]
|
9 years |
robert |
Fixed an iterator invalidation bug. (thanks to Per Månsson for tracking …
|
|
|
|
@2916
|
[2916]
|
9 years |
robert |
Added missing dirtyBound() to billboard section of flatten static …
|
|
|
|
@2910
|
[2910]
|
9 years |
robert |
Added support for protecting points from being simplified.
Added back in …
|
|
|
|
@2904
|
[2904]
|
9 years |
robert |
Changed the edge collapse to accept edges with more than two …
|
|
|
|
@2902
|
[2902]
|
9 years |
robert |
Changed the debugging info to output to osg::notify() rather than …
|
|
|
|
@2901
|
[2901]
|
9 years |
robert |
Added support for using the error metric to guide the simplficiation …
|
|
|
|
@2900
|
[2900]
|
9 years |
robert |
Changed the scoping for for variables to fix VS6.0 compile.
|
|
|
|
@2899
|
[2899]
|
9 years |
robert |
Added support for detecting edge collapses which will overturn the …
|
|
|
|
@2898
|
[2898]
|
9 years |
robert |
Added osgsimplifier example.
|
|
|
|
@2894
|
[2894]
|
9 years |
robert |
Further work on Simplifer support for compute error metric
|
|
|
|
@2893
|
[2893]
|
9 years |
robert |
Changed TriangleSet::iterator to const_iterator to fix build under VS.NET.
|
|
|
|
@2892
|
[2892]
|
9 years |
robert |
Further work on simplifier edge collapse code
|
|
|
|
@2888
|
[2888]
|
9 years |
robert |
Added tests for the consistency of points, edges and triangles.
|
|
|
|
@2883
|
[2883]
|
9 years |
robert |
Added support for removing triangles and associated edge and points …
|
|
|
|
@2882
|
[2882]
|
9 years |
robert |
Added support for copy all per vertex attributes to and from the edge …
|
|
|
|
@2880
|
[2880]
|
9 years |
robert |
Further work on the new osgUtil::Simplifier.
|
|
|
|
@2875
|
[2875]
|
9 years |
robert |
From Paul Martz, added support for OpenFlight?15.8 LightPointSystems?
|
|
|
|
@2874
|
[2874]
|
9 years |
robert |
Renamed MyTriangleOperator? to CollectTriangleOperator?.
|
|
|
|
@2873
|
[2873]
|
9 years |
robert |
Added beginning of new osgUtil::Simplifier
|