Robert Osfield
|
fc20015110
|
Added osgvolume
|
2004-07-01 14:29:29 +00:00 |
|
Robert Osfield
|
2598b02243
|
Changed the generation of primtive set to use DrawElementsUShort for even
index sets that can be represented by UBytes, thisis to try to keep to
fast paths more likely to be supported by graphics drivers.
|
2004-07-01 14:27:22 +00:00 |
|
Robert Osfield
|
a0eead991f
|
Fixed indenting
|
2004-07-01 14:22:11 +00:00 |
|
Robert Osfield
|
0c38189018
|
Moved the radius parameter from PageLOD into LOD.
|
2004-07-01 13:53:30 +00:00 |
|
Robert Osfield
|
a8ee967f14
|
Added support for using pixel size control of LOD levels.
|
2004-06-30 19:07:05 +00:00 |
|
Robert Osfield
|
b22de2eba0
|
Maded the image filename handling more consistent.
|
2004-06-30 14:43:40 +00:00 |
|
Robert Osfield
|
ae3b1454e8
|
Completed support for "--levels min max" option where the levels that a
source imager or DEM contributes to.
|
2004-06-30 14:37:06 +00:00 |
|
Robert Osfield
|
c45138f977
|
Fixed handling of PROCTED/OVERRIDE
|
2004-06-30 09:02:41 +00:00 |
|
Robert Osfield
|
656762edbb
|
Changed const int to #define for VS6.0 build
|
2004-06-30 07:26:02 +00:00 |
|
Robert Osfield
|
888d9e2a25
|
From Pavel Moloshtan, added support for storing primitive sets in VBO's
|
2004-06-29 15:04:38 +00:00 |
|
Robert Osfield
|
342444d5bb
|
Improved the handling of normal lighting
|
2004-06-29 14:58:24 +00:00 |
|
Robert Osfield
|
16c5b80c61
|
Added osgvolume example
|
2004-06-29 13:59:07 +00:00 |
|
Robert Osfield
|
d4c46df7ce
|
Fixed parsing of internalTextureFormat.
|
2004-06-29 08:03:28 +00:00 |
|
Robert Osfield
|
fdbb1fe021
|
Re-organised Texture::computeInternalFormatWithImage() to avoid testing
for extensions when not required.
|
2004-06-28 22:09:52 +00:00 |
|
Robert Osfield
|
9b03d8c67e
|
Fixed warnings.
|
2004-06-28 21:39:31 +00:00 |
|
Robert Osfield
|
f96622ebf9
|
From Matt Burke, typo fix on getMinimumDistance().
|
2004-06-28 20:47:39 +00:00 |
|
Robert Osfield
|
0887e22c3f
|
Added .osg support for new TexGenNode
|
2004-06-28 15:09:49 +00:00 |
|
Robert Osfield
|
124f64c55f
|
Fixed warning
|
2004-06-28 14:18:48 +00:00 |
|
Robert Osfield
|
ca96c9e731
|
From Michael Logan, build fix for Performer plugin
|
2004-06-28 13:18:31 +00:00 |
|
Robert Osfield
|
db43e34bce
|
From Michael Gronager, added support for alpha channel in writing of BMP images
|
2004-06-28 13:18:10 +00:00 |
|
Robert Osfield
|
6de63f097b
|
From Eric Sokolowsky. Added missing blend modes into .osg reading and writing
and fixed typo.
|
2004-06-28 12:52:13 +00:00 |
|
Robert Osfield
|
20de9666dd
|
From Terry Welsh, added support for reading and writing osg::FragmentProgram
local parameters.
|
2004-06-28 10:00:21 +00:00 |
|
Robert Osfield
|
9de43e833f
|
From Bob Kuehne, add additional check in osgconv to handles modules that don't load gracefully.
|
2004-06-28 09:05:33 +00:00 |
|
Robert Osfield
|
4c0aa24526
|
Added handling of GL_INTENSITY in osg::Image::computeNumComponents()
|
2004-06-17 15:07:50 +00:00 |
|
Robert Osfield
|
63aa9b857d
|
Added first stage of support for "--levels min max" in osgdem/osgTerrain where
this option controls which levels that an associated imager or DEM contributes
to the final model.
|
2004-06-17 14:39:16 +00:00 |
|
Robert Osfield
|
06aa06d686
|
Added support for setting texture units in the new TexGenNode.
|
2004-06-17 14:02:15 +00:00 |
|
Robert Osfield
|
840d5d4930
|
From Loic Dachary, added missing copy contructor operations.
|
2004-06-16 15:05:01 +00:00 |
|
Robert Osfield
|
ad6bf73037
|
From David Fries, small treak to debugging output.
|
2004-06-16 06:02:12 +00:00 |
|
Robert Osfield
|
9acb5173c4
|
Added include of osg/ClusterCullingCallback
|
2004-06-15 12:31:25 +00:00 |
|
Robert Osfield
|
8b0a98f03c
|
Added Marco's AutoTransform.cpp
|
2004-06-15 12:26:39 +00:00 |
|
Robert Osfield
|
85344ebdaf
|
Fixed deprecated #idef
|
2004-06-14 20:14:54 +00:00 |
|
Robert Osfield
|
616ee0928a
|
From Marco Jez, implemented I/O support for the AutoTransform node.
|
2004-06-14 20:12:04 +00:00 |
|
Robert Osfield
|
3eea9dc1a7
|
Fixed #ifdef USE_DEPRECATED_API
|
2004-06-14 20:11:28 +00:00 |
|
Robert Osfield
|
ade10ccebc
|
Improved precision of AnimationPath IO.
|
2004-06-14 20:10:08 +00:00 |
|
Robert Osfield
|
2d35b3cc27
|
Changed Billboard::g/setPos(..) to g/setPosition(..).
|
2004-06-14 19:34:43 +00:00 |
|
Robert Osfield
|
9a683e837d
|
Fixed tabbing.
|
2004-06-14 19:31:48 +00:00 |
|
Robert Osfield
|
7367c1cee5
|
Added extra constructor to make it more convinient to create AlphaFunc.
|
2004-06-14 19:30:20 +00:00 |
|
Robert Osfield
|
33bc3820ac
|
Tweaked comments.
|
2004-06-14 19:20:07 +00:00 |
|
Robert Osfield
|
1e2aae1634
|
Removed old UserData comment which was non longer relevant.
|
2004-06-14 19:17:32 +00:00 |
|
Robert Osfield
|
dde68108b6
|
Fixed typos.
|
2004-06-14 19:14:06 +00:00 |
|
Robert Osfield
|
78d075eb24
|
Added new TexGenNode class for positioning tex gens.
|
2004-06-14 19:11:04 +00:00 |
|
Robert Osfield
|
0153764aa9
|
Fixed handling of skylight and headlight options in osgProducer::Viewer.
|
2004-06-11 21:27:36 +00:00 |
|
Robert Osfield
|
773ffc0c05
|
Added better debugging messages for verify bindings.
|
2004-06-11 21:05:50 +00:00 |
|
Robert Osfield
|
6f03f991b3
|
Changed the color binding to better reflect the settings in the OpenFlight file.
|
2004-06-11 21:05:07 +00:00 |
|
Robert Osfield
|
eda1bf544d
|
Added further checks for _node validity.
|
2004-06-11 21:00:06 +00:00 |
|
Robert Osfield
|
c63f0e2fce
|
Added checks against null to prevent crashes when the terrain manipulator is set up before
a node has been attached.
|
2004-06-11 20:57:36 +00:00 |
|
Robert Osfield
|
09d585561a
|
Added missing setColorBinding() into ConvertFromFLT::setMeshColors().
|
2004-06-11 14:49:22 +00:00 |
|
Robert Osfield
|
343fa27fcd
|
From Troy Yee, fixes to handling meshes.
From Robert Osfield, replaced assert(0)'s with error messages.
|
2004-06-10 15:43:56 +00:00 |
|
Robert Osfield
|
61a98ac95e
|
Added CluserCullingCallback
|
2004-06-10 05:27:43 +00:00 |
|
Robert Osfield
|
8b2ba07653
|
Compile fix w.r.t new CoordinateSystemNode.
|
2004-06-09 20:18:58 +00:00 |
|