| age |
author |
description |
| 8 months ago |
Cedric Pinson |
Move geometry splitter function in osgjs exporterdefault tip |
| 8 months ago |
Cedric Pinson |
osgjs plugin resize only when it's needed |
| 8 months ago |
Cedric Pinson |
rewrite image size if not power of two, needed for mipmap |
| 9 months ago |
Cedric Pinson |
Add a fake update visitor to generate a valid model if RigGeometry presesnt |
| 9 months ago |
Cedric Pinson |
Add support for vertex color |
| 9 months ago |
Cedric Pinson |
Fix missing primitive in osgjs exporter |
| 9 months ago |
Cedric Pinson |
add a pseudo loader to split model |
| 9 months ago |
Cedric Pinson |
update osgjs format extension |
| 10 months ago |
Cedric Pinson |
use default sampler min/mag if NONE used in collada min/mag filter |
| 10 months ago |
Cedric Pinson |
resolve dds texture to fallback on dds.jpg or dds.png because osgjs does not support dds format |
| 10 months ago |
Cedric Pinson |
add wraping support in osgjs export |
| 10 months ago |
Cedric Pinson |
Fix crash in dae plugin because of empty material color node |
| 10 months ago |
Cedric Pinson |
sync with osg trunk |
| 10 months ago |
robert |
Added OPENTHREADS_ATOMIC_USE_MUTEX Cmake options that allows you to override the default detection |
| 10 months ago |
robert |
From Tim Moore, |
| 10 months ago |
robert |
Added m4v as a handled movie file extension |
| 10 months ago |
robert |
Added dciimage library to DCMTK libs |
| 10 months ago |
robert |
Improved handling of RGB data. |
| 10 months ago |
robert |
Added .get() to fix build |
| 10 months ago |
robert |
Adde an isFileADicom(..) method to enable the loader to automatically identifier dicom files without making any assumptions about the file extension |
| 10 months ago |
robert |
Added extra DCMTK libraries to search and link line to enable build against new DCMTK-3.6.0 release |
| 10 months ago |
robert |
Added support for new SampleDensityWhenMovingProperty into .p3d format, with it default to 0.02. |
| 10 months ago |
robert |
Added SampleDensityWhenMovingProperty to control LOD property of osgVolume. |
| 10 months ago |
robert |
Changed the view movement detection code so that it uses the |
| 10 months ago |
robert |
Added set up of CulLVisitor::Identifier so that the double buffered SceneView/CullVisitor |
| 10 months ago |
robert |
Added CullVisitor::Identifier to help with cull operations that require a consistent identifier for |
| 10 months ago |
robert |
First cut at LOD support in RayTracedTechnique, which lowers the number of samples taken when the view of the volume is changing. |
| 10 months ago |
robert |
From Torben Dannhauer, "adds an additional library name of libpng ( libpng15 ) to search fo" |
| 10 months ago |
robert |
From Alan Dickinson,"I tested out my changes against the trunk and everything worked fine... except I noticed that the CMAKE_BUILD_POSTFIX is set incorrectly for a undefined or blank BUILD_TYPE. |
| 10 months ago |
robert |
Added hud and billboard support to image, stereo_image, pdf, browser and vnc image placement |
| 10 months ago |
robert |
Added support hud property for title, bullets and paragraph tags |
| 10 months ago |
robert |
From Sukender, "Fixed a case where getUniqueName() does not work properly" |
| 10 months ago |
robert |
From Torben Dannhauer, update to reflect addition of NVTT to Windows 3rdPartyPackage |
| 10 months ago |
robert |
Added checked against GL version number for enabled _isTexture3DSupported. |
| 10 months ago |
robert |
Fixed warning |
| 10 months ago |
robert |
Added OSG_EXPORT to declaration of View::Slave. |
| 10 months ago |
robert |
Re-enabled the fallback compute of bounding volume. |
| 10 months ago |
robert |
Fixed updating of text position when PositionData.position is not modified by tag but other elements of PositionData are - such as when billboarding |
| 10 months ago |
robert |
Implemented billboard="on" option for image, bullet and paragraph tags |
| 10 months ago |
robert |
Added support for placing comments at end of each line. |
| 10 months ago |
robert |
From Farshid Lashkari, "Another update. I added a LIMIT_NEAREST enum which implements your previous suggestion of rejecting bounding volumes further from the nearest existing intersection. I only implemented this for LineSegmentIntersector. I'd appreciate it if you could double check the math I added to LineSegmentIntersector::intersects() for checking if the bounding sphere is further away. The results of this are promising. I'm getting noticeable performance increase for line intersections with scenes containing many drawables. |
| 10 months ago |
robert |
From Torben Dannhauer, warning fix for a false positive warning generated by VS about "not all control pathes return a value". |
| 11 months ago |
robert |
From Farshid Lashkari, removal of redundent spaces at the end of lines. |
| 11 months ago |
robert |
From Benjamin Wasty and David Guthrie, "currently, non-alpha-numeric keys are not recognized (except as modifiers) in osgQt, so I added the mapping code from my Qt integration to GraphicsWindowQt (which is based on Delta3D code from David Guthrie - he gave me permission to submit it under OSGPL)." |
| 11 months ago |
robert |
From Sukender, "Added support for texcoords scale and offset (UV scaling and offset in Lib3DS Materials), for texture unit 0." |
| 11 months ago |
robert |
Fixed the case insenstive search under unices |
| 11 months ago |
robert |
From Mourad Boufarguine, |
| 11 months ago |
robert |
From Alan Dickinson, "I modified the CPack and CMake files to utilze the CMAKE_INSTALL_PREFIX when building RPM packages. |
| 11 months ago |
robert |
From Mourad Boufarguine, "I gave osg android port a try on Windows using cygwin, and it worked like a charm (only a tiny problem with osgViewer, when cross compiling for android using cygwin, the windows path in osgViewer/CMakeLists.txt is used rather than the android one, fix attached). |
| 11 months ago |
robert |
From Mourad Boufarguine, "I gave projects folders in VS a try, it works for applications, plugins and examples but not for the osg core libraries. |
| 11 months ago |
robert |
From Rafa Gaitan, "Attached the fix to remove the symlinks created with make install." |
| 11 months ago |
robert |
From Michael Platings, "I'm guessing that the stack corruption was caused by calling GetFullPathNameW with the nBufferLength argument as the number of bytes in the buffer, rather than the number of characters. I've attached code that uses GetFullPathNameW et al. with _countof() rather than sizeof() and this works fine." |
| 11 months ago |
robert |
Quitened down timing stats |
| 11 months ago |
robert |
From Johannes Baeuerle, fix for memory leak |
| 11 months ago |
robert |
From Jan Peciva, |
| 11 months ago |
robert |
From Sukender, "1. Made code a bit more readable/cleaner. |
| 11 months ago |
robert |
From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should |
| 11 months ago |
robert |
From Eric Sokolowsky, "I have updated the pnm plugin to use streams instead of C-style I/O. Attached is src/osgPlugins/pnm/ReaderWriterPNM.cpp" |
| 11 months ago |
robert |
From Tassilo Glander,"I patched the cmake configuration to support folders, which are really handy to organize the many projects in the OSG solution into examples, applications and core libs in the IDE. |
| 11 months ago |
robert |
From Piotr Gwiazdowski, "Recently I've been having some trouble with osgWidget::StyleManager |