Robert Osfield
|
bb6fe74738
|
Fixed _MSC_VAR reference
|
2004-08-16 16:43:17 +00:00 |
|
Robert Osfield
|
8c1f1e05c8
|
Added fxtctool in prep for adding compressed imagery swap
|
2004-08-16 15:43:12 +00:00 |
|
Robert Osfield
|
6c3eb95f7b
|
Disabled the culling for clear node.
|
2004-08-16 08:55:48 +00:00 |
|
Robert Osfield
|
61033103bc
|
Removed inappropriate #ifdefs
|
2004-08-13 10:49:45 +00:00 |
|
Robert Osfield
|
bd68cf9f50
|
Changed binding warnings to be reported as info rather than as warnings.
|
2004-08-07 19:08:12 +00:00 |
|
Robert Osfield
|
3579506fa8
|
Added support for osg::AutoTransform::setAutoRotateMode(AutoRotateMode) deprecating
the previous setAutoRotateToScreen(). Added support for ROTATE_TO_CAMERA mode.
Cleaned up the autotransform demo to use a sensible number of labels
|
2004-08-06 08:22:58 +00:00 |
|
Robert Osfield
|
e9f4ed87bc
|
From Jay Zuckerman, fixes to AutoTransform so that it includes checking of
previous position value.
|
2004-08-05 15:15:51 +00:00 |
|
Robert Osfield
|
ddb7423e46
|
Set version numbers for 0.9.7 release
|
2004-08-05 08:02:48 +00:00 |
|
Robert Osfield
|
98d30a8ce0
|
From Pavel Moloshtan, fix to Image copy constructor so that it used the
correct size of image including mipmaps.
|
2004-08-03 18:06:36 +00:00 |
|
Robert Osfield
|
7126ca44e9
|
Better macro support for switching on/off use of mutex
|
2004-08-03 11:01:39 +00:00 |
|
Robert Osfield
|
ebad31c3dd
|
Fixed warnings
|
2004-08-02 13:57:47 +00:00 |
|
Robert Osfield
|
6524fe1293
|
From Norman Vine, fixes for Mingw
|
2004-08-02 09:11:31 +00:00 |
|
Robert Osfield
|
40a1a39bff
|
Replaced GL_PACK_ROW_LENGTH by GL_UNPACK_ROW_LENGTH
|
2004-07-28 12:38:54 +00:00 |
|
Robert Osfield
|
7deea8531e
|
Clean up of debugging messages
|
2004-07-27 13:32:15 +00:00 |
|
Robert Osfield
|
654764a0e9
|
Fixed unref image so it only unref's when images are STATIC
|
2004-07-27 13:24:35 +00:00 |
|
Robert Osfield
|
bb5576bef8
|
Added support s/getImage(uint i) and getNumImages().
|
2004-07-27 10:11:45 +00:00 |
|
Robert Osfield
|
c9f5749c12
|
Added preliminary support for thread safety in various delete GLobjects code
|
2004-07-21 19:16:49 +00:00 |
|
Robert Osfield
|
1963fac426
|
Replaced STOPPED by PAUSED.
|
2004-07-21 19:14:15 +00:00 |
|
Robert Osfield
|
aa833acfd3
|
Added support for releasing GLObjects, and renamed DisplayListVisitor the
GLObjectVisitor to better fit its function, and added support for releasing
objects as well as compiling them.
|
2004-07-20 05:37:59 +00:00 |
|
Robert Osfield
|
3e5c491f54
|
Added debugging message, currently commented out.
|
2004-07-12 13:13:58 +00:00 |
|
Robert Osfield
|
ba295ccab7
|
Added a more flexible variable on the textured quad generation function
|
2004-07-12 01:01:00 +00:00 |
|
Robert Osfield
|
788a19d3b5
|
Made debugging message write to osg::INFO instead of osg::NOTICE
|
2004-07-11 23:07:47 +00:00 |
|
Robert Osfield
|
363d13d7ce
|
Added CLUSTER_CULLING mask to CullSettings, and modified the ClusterCullingCallback
to use the mask to see if cluster culling is enabled or disabled.
|
2004-07-11 21:46:23 +00:00 |
|
Robert Osfield
|
3f4b8e9034
|
Fixed cluster culling.
|
2004-07-09 20:58:43 +00:00 |
|
Robert Osfield
|
ba20259794
|
Removed debugging message
|
2004-07-06 12:32:09 +00:00 |
|
Robert Osfield
|
b8aa8bfc40
|
Fixed warning.
|
2004-07-06 12:15:03 +00:00 |
|
Robert Osfield
|
518cedf6c7
|
Added dealloc or previous image data into readImageFromTexture
|
2004-07-05 21:46:02 +00:00 |
|
Robert Osfield
|
cce00c475b
|
Added suppor for copying mipmaps of compressed textures
|
2004-07-05 21:09:30 +00:00 |
|
Robert Osfield
|
1c2c5c4f43
|
From Ulrich Hertlein, added check for detailRatio<=0.0
|
2004-07-05 09:04:53 +00:00 |
|
Robert Osfield
|
c58891d168
|
Fixed missing member variable initialized varaibles
|
2004-07-05 07:42:46 +00:00 |
|
Robert Osfield
|
2ce192f0ae
|
Change the light in LightSource from a generic osg::StateAttribute to
a osg::Light.
|
2004-07-02 14:46:24 +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
|
c45138f977
|
Fixed handling of PROCTED/OVERRIDE
|
2004-06-30 09:02:41 +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
|
fdbb1fe021
|
Re-organised Texture::computeInternalFormatWithImage() to avoid testing
for extensions when not required.
|
2004-06-28 22:09:52 +00:00 |
|
Robert Osfield
|
4c0aa24526
|
Added handling of GL_INTENSITY in osg::Image::computeNumComponents()
|
2004-06-17 15:07:50 +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
|
78d075eb24
|
Added new TexGenNode class for positioning tex gens.
|
2004-06-14 19:11:04 +00:00 |
|
Robert Osfield
|
773ffc0c05
|
Added better debugging messages for verify bindings.
|
2004-06-11 21:05:50 +00:00 |
|
Robert Osfield
|
f75a7c6294
|
Added CoordinateSystemNode::set(const CoordinateSystemNode&) method to conviniently
set up a coordindate system.
|
2004-06-09 15:11:27 +00:00 |
|
Robert Osfield
|
a8ce6b01d6
|
Added CoordinateSystem::s/getFormat().
|
2004-06-09 15:00:03 +00:00 |
|
Robert Osfield
|
6f82b37dd0
|
Improved the precision of animation paths.
|
2004-06-08 14:30:48 +00:00 |
|
Robert Osfield
|
eec378a885
|
Moved the osg::ClusterCullingCallback into into own header and source file.
|
2004-06-07 15:05:22 +00:00 |
|
Robert Osfield
|
c69a8a5b80
|
Added check to Quat::makeRotate(,,,) to catch zero lengh axis.
|
2004-06-04 10:05:18 +00:00 |
|
Robert Osfield
|
0fac56f56a
|
From Max Behensky, fixes to the computation of the number of primitives
|
2004-06-04 08:13:36 +00:00 |
|
Robert Osfield
|
eb3917060f
|
From George Tarantilis, fixes to DDS size computations.
From Robert Osfield, addition of constructors for internal DDS structures.
|
2004-05-25 16:10:28 +00:00 |
|
Robert Osfield
|
ab2b817e61
|
Made improvements to the handling of small rotations in Quat and
TerrainManipulator
|
2004-05-20 23:25:26 +00:00 |
|