Robert Osfield
|
b790fa59a8
|
Added beginnings of new TrackballManipulator
|
2004-07-30 15:44:59 +00:00 |
|
Robert Osfield
|
9b9cb9cdb0
|
Added detection and disabling of flattening of static transforms which a
LightPointNode exists in the scene graph.
|
2004-07-29 10:13:02 +00:00 |
|
Robert Osfield
|
3d61e25cce
|
Fixed compare(ProgramObject) and added UniformeValue::compare and ShaderObject::compare
to support proper sorting of shaders.
|
2004-07-28 19:56:22 +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
|
cb31021ab0
|
From Corbin Holtz, addition of GDAL_INCLUDE and GDAL_LIB env vars for setting
a non standard location of GDAL
|
2004-07-28 12:29:15 +00:00 |
|
Robert Osfield
|
aa619be4c1
|
Added initializer for _videoWriteData and _rows pointers
|
2004-07-28 12:27:25 +00:00 |
|
Robert Osfield
|
90ee9fa7cd
|
Commented out debugging messages
|
2004-07-28 10:26:44 +00:00 |
|
Robert Osfield
|
1ec5b48148
|
Fixed the flatten static transform visitor so that it checks to see
if a drawable can be flattened or not.
|
2004-07-28 10:26:14 +00:00 |
|
Robert Osfield
|
0073978894
|
Added double buffer of video imagery so that the OpenGL never reads as Mpeg writes
|
2004-07-28 08:28:31 +00:00 |
|
Robert Osfield
|
1ae521981e
|
From David Fries, divide by zero fix on text with a pixel size of 0.0
|
2004-07-28 07:24:13 +00:00 |
|
Robert Osfield
|
29d21dabec
|
Made the static mutex a pointer to a static mutex to get round a exit
problem on deletion of the plugin.
|
2004-07-27 15:14:52 +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
|
2e524ed9d7
|
Changes to fix multiple thread start.
|
2004-07-27 10:23:11 +00:00 |
|
Robert Osfield
|
bb5576bef8
|
Added support s/getImage(uint i) and getNumImages().
|
2004-07-27 10:11:45 +00:00 |
|
Robert Osfield
|
a4f93740d1
|
Fixed double thread start problem.
|
2004-07-27 09:04:56 +00:00 |
|
Robert Osfield
|
8837d667f0
|
Made the handling of types more consistent
|
2004-07-26 19:40:02 +00:00 |
|
Robert Osfield
|
f6274d0f20
|
Added setting of block_on_vsync of both CameraGroup and all the Camera's that it contains.
|
2004-07-26 14:25:41 +00:00 |
|
Robert Osfield
|
7c05fe8906
|
Fixed iddle update.
|
2004-07-23 09:49:04 +00:00 |
|
Robert Osfield
|
cf62f7097d
|
Added ImageStream::quit(bool) for exiting from video threads, and added
clean up to OsgCameGroup to quit movie threads automatically.
|
2004-07-23 09:15:22 +00:00 |
|
Robert Osfield
|
6f605d031f
|
Added support for OSG_OPTIMIZER="OFF"
|
2004-07-22 18:34:38 +00:00 |
|
Robert Osfield
|
1fa4bd8ab4
|
Fixed build
|
2004-07-22 15:41:13 +00:00 |
|
Robert Osfield
|
f75d109e12
|
Added more usage mutex to serialize access to Quicktime.
|
2004-07-22 15:11:14 +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
|
b0a371ddb0
|
Added missing tex env mode
|
2004-07-21 19:15:34 +00:00 |
|
Robert Osfield
|
1963fac426
|
Replaced STOPPED by PAUSED.
|
2004-07-21 19:14:15 +00:00 |
|
Robert Osfield
|
9232aac60d
|
Removed the stop method, replacing it by pause
|
2004-07-21 19:01:40 +00:00 |
|
Robert Osfield
|
d1981df21f
|
Removed the stop method
|
2004-07-21 19:01:16 +00:00 |
|
Robert Osfield
|
24df4b93d6
|
Clean up of thread handling.
|
2004-07-21 10:01:56 +00:00 |
|
Robert Osfield
|
70ea29f1cb
|
Double intersections distance for intersects.
|
2004-07-21 08:55:17 +00:00 |
|
Robert Osfield
|
dfaed29d6b
|
From Geoff Michel, fixes.
|
2004-07-20 18:50:30 +00:00 |
|
Robert Osfield
|
3bca9ec9cf
|
Added SceneView::Options for SceneView::setDefaults(options) and
OsgCameraGroup::setRealizeSceneViewOptions(options) to allow better control
of what functionality is compiled in by default.
|
2004-07-20 10:17:22 +00:00 |
|
Robert Osfield
|
aed65903db
|
From Bob Kuehne, add usage of version number to differentiate between
rev's of the LOD.
|
2004-07-20 07:46:05 +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
|
12a315ec1d
|
From Eric Sokolosky, added INVENTOR_INCLUDE and INVENTOR_LIB vars.
|
2004-07-20 05:36:44 +00:00 |
|
Robert Osfield
|
d5aea35895
|
From Geoff Michel, fix for handling of texture filenames enclosed in quotes.
|
2004-07-19 18:35:01 +00:00 |
|
Robert Osfield
|
422aab8e3f
|
Added handling of the case when texture objects are released from underneath
the osgText::Font::GlyphTexture - something which requires a full rebuild
of the texture object.
|
2004-07-19 14:34:12 +00:00 |
|
Robert Osfield
|
4a8c090bf8
|
Lowered level of debugging message
|
2004-07-19 09:39:58 +00:00 |
|
Robert Osfield
|
0fb5733f13
|
Added support for --tile-image-size <size>, --tile-terrain-size <size> and --comment <string>
command line options into osgTerrain::DataSet + osgdem.
|
2004-07-19 09:03:50 +00:00 |
|
Robert Osfield
|
9885d15ff6
|
From Mike Weiblen, switched of alpha test on anisotropic effect, due to missing
write of colour.
|
2004-07-17 10:38:09 +00:00 |
|
Robert Osfield
|
f9ea73fbe2
|
From Mike Weiblen, updates to the psuedo loaders to add documentation.
|
2004-07-17 10:33:26 +00:00 |
|
Robert Osfield
|
d57697fefa
|
Fixed the computePosition so it find intersections more easily.
|
2004-07-12 21:32:33 +00:00 |
|
Robert Osfield
|
0acbe077fa
|
Added support for matix manipulator setHomePosition(,,)
|
2004-07-12 19:54:54 +00:00 |
|
Robert Osfield
|
47910f2c2e
|
Removed enabling of use client stage storage hint.
|
2004-07-12 17:30:36 +00:00 |
|
Robert Osfield
|
6fd4677868
|
Added OPTIMIZER_TEXTURE_SETTINGS pass to Optimizer, which enables
unref image data after apply, client storage hint.
|
2004-07-12 13:20:18 +00:00 |
|
Robert Osfield
|
3e5c491f54
|
Added debugging message, currently commented out.
|
2004-07-12 13:13:58 +00:00 |
|
Robert Osfield
|
ed08f7a5a9
|
Added unref image data on apply automatically to all textures being loaded.
|
2004-07-12 10:23:15 +00:00 |
|
Robert Osfield
|
69caf104d8
|
Reduced the pan sensitive on the trackball
|
2004-07-12 09:43:45 +00:00 |
|
Robert Osfield
|
7fdf18a768
|
Reduced the sensitivity of the pan.
|
2004-07-12 09:17:21 +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
|
504dd515d3
|
Improvements to the handling of coordinate system nodes
|
2004-07-09 15:21:33 +00:00 |
|
Robert Osfield
|
9cb7bb0f4a
|
Clean up of debugging information.
|
2004-07-09 12:14:25 +00:00 |
|
Robert Osfield
|
0869da6e67
|
From Mike Weiblen, "mods based on those Bob Kuehne posted.
- updated to the latest ARB-approved GLSL version query mechanism.
- updated enums to the latest official glext.h
- fixed some TODOs"
|
2004-07-09 08:22:24 +00:00 |
|
Robert Osfield
|
8d325c24ff
|
Added new coputeActiveCooridnateSystemNodePath method
|
2004-07-08 22:28:15 +00:00 |
|
Robert Osfield
|
8a44435e4d
|
Made the local storage of a StateAttribute* be a ref_ptr<>
|
2004-07-08 22:11:42 +00:00 |
|
Robert Osfield
|
e81d3ea000
|
Made the constructor's default value for _lightingMode be NO_SCENEVIEW_LIGHT
|
2004-07-08 22:10:44 +00:00 |
|
Robert Osfield
|
787792077c
|
From Vasily Radostev, fixed Billboard compute near/far bug due to typo of bbCornerFar.
|
2004-07-07 13:19:07 +00:00 |
|
Robert Osfield
|
c6ca80f2c5
|
Added automatic scaling of the minimum distance to cope with models of
small dimensions.
|
2004-07-07 11:29:58 +00:00 |
|
Robert Osfield
|
1634cc47c6
|
Added automatic setting of the verical scale when the destination coordinate
system is geographic (i.e. lats and longs.).
|
2004-07-07 11:28:21 +00:00 |
|
Robert Osfield
|
a3f7547cf7
|
Added support for automatically computing the local skirt orientation
|
2004-07-07 09:04:21 +00:00 |
|
Robert Osfield
|
3c7dfa389d
|
Added mutex to image stream thread to serialize calls to Quicktime.
|
2004-07-06 15:10:33 +00:00 |
|
Robert Osfield
|
105c3568f8
|
From Geoff Michel, replaced used C style FILE with iostream.
|
2004-07-06 13:00:14 +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
|
d0aa593292
|
Changed the default mipmapping mode to record the mipmaps in the
images in the generated databases.
|
2004-07-06 12:14:52 +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 |
|
Don BURNS
|
4c5f33d397
|
Changed internal formatt on jpeg loader to be GL_RGB, GL_RGBA, etc. rather
than numComponents.
|
2004-07-05 16:21:43 +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
|
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
|
888d9e2a25
|
From Pavel Moloshtan, added support for storing primitive sets in VBO's
|
2004-06-29 15:04:38 +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
|
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
|
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
|
8b0a98f03c
|
Added Marco's AutoTransform.cpp
|
2004-06-15 12:26:39 +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
|
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 |
|