Robert Osfield
fab6a14cb5
Converted osg::notify to OSG_INFO etc.
2010-05-28 16:28:58 +00:00
Robert Osfield
4e8f0561ad
From Farshid Lashkari, "I modified some plugins to use the osgDB file stream functions in order to support UTF-8 encoded filenames."
2010-05-13 11:01:06 +00:00
Robert Osfield
dbbe73304a
Added support for using graphviz dot for graphics visualization via <graph>filename</graph> token.
2010-04-28 14:56:38 +00:00
Robert Osfield
16312a4aa0
Added tf-255 option to volume tag
2009-09-10 16:39:05 +00:00
Robert Osfield
ca78f3a6bc
Added support to .p3d format's volume tag for the properties:
...
region="xmin ymin zmin xmax ymax zmax"
alpha="float_value"
cutoff="float_value"
sampleDenstiy="float_value"
2009-08-27 16:42:47 +00:00
Robert Osfield
850ea3de9f
Added support for trimming the contents of parsed Xml graph
2009-08-19 15:36:23 +00:00
Robert Osfield
c24e9330a0
Added support for selecting the TabBoxTrackballDragger using dragger="trackball-box"
2009-08-05 17:01:50 +00:00
Robert Osfield
93996e6133
Added support for volume tags with properties:
...
dragger="box" or dragger="trackball"
and
technique="light" or technique="isosurface" or technique="iso" or technique="mip"
and
tf="transferfunctionfile.tf"
i.e.
<volume dragger="box">CardiacCT</volume>
<volume tf="colour.tf">CardiacCT</volume>
<volume technique="isosurface">CardiacCT</volume>
2009-08-05 14:37:56 +00:00
Robert Osfield
fcaec80dc9
Fixed bug in handling of stereo image pairs
2009-07-27 15:39:27 +00:00
Robert Osfield
137605eba8
Added support for using PagedLOD to managing loading of presentation preview and then the main presentation in the background paging thread
2009-07-16 10:12:33 +00:00
Robert Osfield
06abd75198
From Mathias Froehlich, "We are currently getting issues with locale settings and some osg plugins.
...
Therefore I have changed all the occurances of atof by asciiToFloat or
asciiToDouble.
I believe that it is safe to do so at least for all the plugins.
Included here are also asciiToFloat conversion of environment variables. One
might argue that these should be locale dependent. But IMO these should be
set and interpreted by osg independent of the current locale.
"
2009-06-25 16:07:49 +00:00
Robert Osfield
95355c2a49
Refactored preset3D/p3d plugin so that common scene graph extensions and classes now live in a separate osgPresenttation NodeKit.
2009-06-24 16:03:49 +00:00
Robert Osfield
771101d79b
Added support for initial cut of static build of Present3D.
2009-06-20 17:03:38 +00:00
Robert Osfield
ad8f2d8974
Changed build OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION to ON and then fixed all the resulting build errors.
2009-06-17 10:39:39 +00:00
Robert Osfield
545c52d4bb
From Jean-Sebastien Guay, build fixes form Windows
2009-05-15 15:49:10 +00:00
Robert Osfield
2dad77a102
Replaced tabs with spaces
2009-05-14 13:30:25 +00:00
Robert Osfield
fcfb8468cf
Changed tabs to spaces
2009-05-14 13:16:05 +00:00
Robert Osfield
af7e47a79b
Changed debug message to INFO notication level
2009-05-14 13:10:18 +00:00
Robert Osfield
c72124e449
Added support for read the various animaton materials/paths from http
2009-05-14 13:05:32 +00:00
Robert Osfield
3c88e59496
Added support for reading presentations and content via http, with support of the FileCache when available.
2009-05-13 19:48:02 +00:00
Robert Osfield
b7b065abe3
Refactored the Registry::ReadFileCallback, WriteFileCallback and ReaderWriter::Options to they are now defined in their own header and in the osgDB namespace.
...
Introduced a new FindFileCallback to Registry to compliement the existing ReadFileCallback and WriteFileCallback.
Added support for assign Find, Read and WriteFileCallbacks to osdDB::Options to enable plugins/applications to override the callbacks just for that
read/write call and any nested file operations
2009-05-09 08:49:27 +00:00
Robert Osfield
426c5d4e44
Added osgGA and osgText to dependency list
2009-05-08 12:34:06 +00:00
Robert Osfield
c97d88b59c
Added osgText dependency
2009-05-08 12:32:00 +00:00
Robert Osfield
1729648038
Added support for pushing handling relative paths set internally in the presentation file.
...
Added setting of env vars defined in presentation file.
2009-05-08 08:34:32 +00:00
Robert Osfield
602d83a486
Warning fixes
2009-05-03 18:51:13 +00:00
Robert Osfield
bc29eab0b7
Added support for reading from streams
2009-04-30 08:50:43 +00:00
Robert Osfield
7cf721d1b5
Re-instated the code to allow event handler to run in standard viewers like osgviewer
2009-04-29 20:55:48 +00:00
Robert Osfield
590ac02859
Created a simple XmlNode parser class for reading of basic xml files, such as used by present3D.
...
Converted Present3D across from using libxml2 to using the new osgDB::XmlNode/XmlNode::Input classes from Xml Parsing.
This changes removes the dependency on libxml2, and allows the present3D application and p3d to work on all platforms.
2009-04-29 20:30:21 +00:00
Robert Osfield
b42706f034
Added osgFX to dependencies
2009-04-28 15:50:05 +00:00
Robert Osfield
ea65ea83a7
Added osgViewer as a dependency
2009-04-28 15:48:56 +00:00
Robert Osfield
7893293e0e
Added detection of active alpha channel.
2009-04-27 15:45:52 +00:00
Robert Osfield
f0ff4afebc
Further improvements in p3d plugin
2009-04-27 13:54:22 +00:00
Robert Osfield
200c9e82f3
Introduced first cut of Present3D integration with the core OSG with the introduction of a .p3d plugin.
2009-04-27 11:02:18 +00:00