blobfish
|
bb804c2045
|
osg: KdTree: encode original primitive index into _vertexIndices
|
2017-06-04 17:29:57 -04:00 |
|
blobfish
|
b52bc2bcd1
|
osgUtil: LineSegmentIntersector: don't increment primitive index until after adding intersection
|
2017-06-04 17:29:57 -04:00 |
|
blobfish
|
47efc55621
|
osgUtil: PolytopeIntersector: don't increment primitive index until after adding intersection
|
2017-06-04 17:29:57 -04:00 |
|
blobfish
|
69e1df6b65
|
examples: osgkeyboardmouse: add primitive index to LineSegmentIntersector output
|
2017-06-04 17:29:57 -04:00 |
|
OpenSceneGraph git repository
|
f3c4234f92
|
Merge pull request #259 from jtorresfabra/fixes_kdtree
Fixes kdtree building
|
2017-06-02 09:29:05 +01:00 |
|
Jordi
|
8a2f1bc056
|
Fixes kdtree building
|
2017-05-31 13:33:37 +02:00 |
|
Robert Osfield
|
79e764bd17
|
Improved support for Text with large numbers of glyphs
|
2017-05-25 12:38:54 +01:00 |
|
Robert Osfield
|
502acc19c9
|
Build fix
|
2017-05-25 09:54:11 +01:00 |
|
Robert Osfield
|
2fe039e349
|
Merge branch 'master' of https://github.com/openscenegraph/OpenSceneGraph
|
2017-05-25 09:37:30 +01:00 |
|
OpenSceneGraph git repository
|
ccd79d9db1
|
Merge pull request #258 from kornerr/master
Add x86_64 architecture to iOS simulator
|
2017-05-25 09:37:26 +01:00 |
|
Robert Osfield
|
badb914d46
|
Tidied up spacing
|
2017-05-25 08:56:53 +01:00 |
|
Robert Osfield
|
5f446e0022
|
Fixed naming of OSG_USE_DEPRECATED_API
|
2017-05-25 08:48:45 +01:00 |
|
Robert Osfield
|
20ac472d1f
|
Moved OSG_USE_DEPRECATED_API from include/osg/Export to Cmake controlled include/osg/Config
|
2017-05-24 19:40:08 +01:00 |
|
Robert Osfield
|
8c54a49319
|
Replaced deprecated API usage
|
2017-05-24 19:39:36 +01:00 |
|
Robert Osfield
|
a60aed70b5
|
Replaced DimensionMask naming with more appropriate PrimitiveMask nameing.
|
2017-05-24 18:36:52 +01:00 |
|
Robert Osfield
|
a201b15648
|
Added support for PolytopeIntersector::setDimensionsMask.
|
2017-05-24 18:36:52 +01:00 |
|
Robert Osfield
|
6d46a35900
|
Aded --dim-mask mask and --dm mask command line option for setting the PolytopeIntersector::setDimensionsMask().
|
2017-05-24 18:36:31 +01:00 |
|
Michael Kapelko
|
55d394490a
|
Add x86_64 architecture to iOS simulator
|
2017-05-24 22:29:19 +07:00 |
|
Robert Osfield
|
47aaca5191
|
Updated ChangeLog for 3.5.6 dev release
|
2017-05-19 17:06:36 +01:00 |
|
Robert Osfield
|
90cda8ede2
|
Refactored COLLADA_BUILDNAME and COLLADA_BOOST_BUILDNAME to resolve case where CMAKE_VS_PLATFORM_TOOLSET is not set.
|
2017-05-15 14:53:27 +01:00 |
|
Robert Osfield
|
d02be06df9
|
Updated AUTHORS file for dev release
|
2017-05-11 16:32:13 +01:00 |
|
Robert Osfield
|
36f04a04ee
|
Updated ChangeLog
|
2017-05-11 16:29:45 +01:00 |
|
Robert Osfield
|
9738d19343
|
Build fix.
|
2017-05-11 16:27:20 +01:00 |
|
Robert Osfield
|
36bd42b0dd
|
Updated SO_VERSION to reflect API changes to KdTree
|
2017-05-11 16:10:47 +01:00 |
|
Robert Osfield
|
a74b4b94a9
|
Fixes/clean up of KdTree/LineSegmentIntersector/PolytopeIntersector
|
2017-05-11 15:29:31 +01:00 |
|
Robert Osfield
|
6e1866ac18
|
Added --points and --lines command line options that do a very simplistic conversion of geometry primitives to points or lines respectively, used to aid testing of intersectors
|
2017-05-11 15:29:31 +01:00 |
|
Robert Osfield
|
03f73d3aad
|
Added --double and --float command line options to enable toggling between double and float precision in intersectors
|
2017-05-11 15:29:31 +01:00 |
|
Robert Osfield
|
1196e82587
|
Added missing header
|
2017-05-11 15:29:31 +01:00 |
|
Robert Osfield
|
40ca018e66
|
Introduced use of TempaltePrimitiveFunctor and TempaltePrimitiveIndexFunctor as a test of these template classes
|
2017-05-11 15:29:31 +01:00 |
|
Robert Osfield
|
bc0a402dac
|
Improved indentation, making it consistent with the rest of the OSG headers
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
9ce657f413
|
Created TemplatePrimitiveIndexFunctor to enable easier handling of point, lines, triangles and quad index meshes
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
c9545970ac
|
Removed redudent bool parameter from TriangleFunctor::operator(Vec3, Vec3, Vec3, bool) so it's now simply TriangleFunctor::operator(Vec3, Vec3, Vec3) as the bool was always false in recently OSG versions.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
48a3fc30f3
|
Removed old style OpenGL methods from PrimitiveFunctor classes/templates as these are no longer used or required.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
e7e372bad2
|
Added support for using new IntersectFunctor for non kdtree as well as kdtree PolytopeIntersector
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
a7d98f80dc
|
Added ability to pass in command line arguments to the osgkeyboardmouse viewer constructor
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
770a52d354
|
Implemented the setting of all the PolytopeIntersector::Intersection values on hits detected by KdTree/Polytope intersection codes
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
e03d9f84c6
|
Moved the Polytope::contains(..) triangle test into PolytopeIntersector to enable customization and optimization.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
e09dfb93f1
|
Added group intersection test that covers the window with 10000 tests, activated by pressing 'a'. I have added this to provide a reproducable intersection test for benchmarking.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
0a651fef7c
|
Added support for outputting the model, filename defaults to model.osgt, to override this use -o filename on command line, and to write the file press 'o' key.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
8f5493e573
|
Implemented Polytope::contains(..) for triangle vertices and added support for using the results mask.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
265efb85a1
|
Initial work on adding KdTree support for PolytopeIntersector.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
b77301350b
|
Added --kdtree command line option and associated invocation of KdTreeBuilder to enable benchmarking.
Added timing stats code.
|
2017-05-11 15:25:10 +01:00 |
|
Robert Osfield
|
728a7f2225
|
Merge branch 'MultiViewAutoTransform'
|
2017-05-11 14:35:50 +01:00 |
|
OpenSceneGraph git repository
|
9f9c605422
|
Merge pull request #252 from remoe/patch-2
Avoid call of SetupThreads in DatabasePager Constructor
|
2017-05-10 11:18:09 +01:00 |
|
OpenSceneGraph git repository
|
78d232edaf
|
Merge pull request #254 from tomhog/topic-gles3-ios
Topic gles3 ios
|
2017-05-10 11:13:11 +01:00 |
|
OpenSceneGraph git repository
|
0cc2e1f848
|
Merge pull request #250 from cxw42/example-osggeometry
Added comments to make code easier to understand. Turned off lighting in examples/osggeometry
|
2017-05-10 10:54:55 +01:00 |
|
Chris White
|
1f05290982
|
Added clarifying comments in examples/osggeometry
Per reviewer feedback
|
2017-05-09 15:51:24 -04:00 |
|
Chris White
|
6df273a865
|
Turned off lighting in examples/osggeometry
This way you can see the image and the points even if you view them
close to edge-on.
|
2017-05-09 15:51:24 -04:00 |
|
Robert Osfield
|
8b2f61ec2a
|
Addeed support for GLES shaders
|
2017-05-08 12:27:07 +01:00 |
|
Thomas Hogarth
|
2ce5238cf7
|
Added more plugins to iOS example, Textures now working on GLES3 (missed so if defineds)
|
2017-05-04 18:17:30 +01:00 |
|