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
|
c7647b98b8
|
Added ability to control the number of slices and the amount of the volume clipped.
|
2004-07-11 16:38:16 +00:00 |
|
Robert Osfield
|
3f4b8e9034
|
Fixed cluster culling.
|
2004-07-09 20:58:43 +00:00 |
|
Robert Osfield
|
a7490a2ea2
|
Compiles fixes for VS.6.0
|
2004-07-09 15:42:07 +00:00 |
|
Robert Osfield
|
7ef8b14bf0
|
VS.NET Warning fixes from Stephane
|
2004-07-09 15:41:50 +00:00 |
|
Robert Osfield
|
073193a25d
|
Added osgText to dependency list of osgsimulation example
|
2004-07-09 15:33:05 +00:00 |
|
Robert Osfield
|
87c954a4e1
|
Changed std::min definition to osg::minimum to avoid STOOOPID MS conficts.
|
2004-07-09 15:26:48 +00:00 |
|
Robert Osfield
|
c6ac4926bf
|
Clean up of commandline options
|
2004-07-09 15:24:01 +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
|
3248f885ec
|
Replaced the custom MyTexGen class with a standard TexGen, and utilised the
new RenderStage addPositionedTextureAtribute method.
|
2004-07-08 22:12:49 +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
|
ef93f96328
|
Added lighting and materials to volume subgraph
|
2004-07-07 15:05:00 +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
|
89a4dcbbd3
|
Added GL_TEXTURE_DEPTH #define for Win32 build
|
2004-07-06 06:13:34 +00:00 |
|
Robert Osfield
|
b6b29e2151
|
Fixed build after Image change
|
2004-07-06 06:05:32 +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
|
4ba3f7cad3
|
Added setFunction and setReferenceValue method
|
2004-07-02 14:45:36 +00:00 |
|
Robert Osfield
|
fc3f40c8f4
|
Added normal setting to slice planes
|
2004-07-02 14:43:27 +00:00 |
|
Robert Osfield
|
5fb7eab911
|
Clean up of osgvolume
|
2004-07-01 14:30:18 +00:00 |
|
Robert Osfield
|
fc20015110
|
Added osgvolume
|
2004-07-01 14:29:29 +00:00 |
|