Robert Osfield
|
411431f3be
|
Fixed warnings, updated NEWS
|
2009-01-30 10:55:28 +00:00 |
|
Robert Osfield
|
8a6e04b84d
|
Introduce NodeVisitor::className and libraryName()
|
2008-12-17 12:13:15 +00:00 |
|
Robert Osfield
|
5f0f80cab2
|
Changed int's to unsigned int's to avoid warnings
|
2008-07-16 13:26:06 +00:00 |
|
Robert Osfield
|
a3e28a795f
|
Added an OSG_EXPORT
|
2008-07-12 17:30:17 +00:00 |
|
Robert Osfield
|
a856459a86
|
Moved the building and intersecting of the KdTree into the .cpp, and cleaned up
the header to ready it for wider usage
|
2008-07-11 16:48:39 +00:00 |
|
Robert Osfield
|
d3fd43cc6f
|
Streamlined KdTree implementation
|
2008-07-10 15:50:10 +00:00 |
|
Robert Osfield
|
7be3d1ae02
|
Reordered KdLeaf/KdNode so that the first element to be accessed is first in the data structure
|
2008-07-09 19:41:36 +00:00 |
|
Robert Osfield
|
134c86c2d5
|
Implement hierachy culling in KdTree::intersect(..)
|
2008-07-07 20:27:56 +00:00 |
|
Robert Osfield
|
d05236bfb4
|
Implemented intial KdTree triangle intersection code, but without culling implemented
|
2008-07-07 13:21:37 +00:00 |
|
Robert Osfield
|
682be50e2a
|
Changed types to avoid warnings under Windows
|
2008-07-07 09:40:30 +00:00 |
|
Robert Osfield
|
c4e8d6ee42
|
Changed the DatabasePager so that it bypasses the Registry::readNode() method and calls
readNodeImplementation() directly to avoid calling the KdTreeBuilder.
Updated wrappers.
|
2008-07-06 18:27:10 +00:00 |
|
Robert Osfield
|
3965fe357b
|
Moved KdTree build code into osg::KdTree
|
2008-07-06 12:14:19 +00:00 |
|
Robert Osfield
|
44d144997e
|
Added prelimnary KdTree data structure and automatic kdtree build support
into osgDB::Registry/osgTerrain so that newly created subgraphs can have
KdTree built on all osg::Geometry automatically on load/creation.
|
2008-07-04 15:57:48 +00:00 |
|