Commit Graph

  • 0c142215b9 remove return of local pointer Julien Valentin 2019-08-15 20:21:15 +02:00
  • dcc6dce8e3 Merge pull request #818 from mp3butcher/patch-31 OpenSceneGraph git repository 2019-08-16 09:35:00 +01:00
  • 7b3d1dff25 fix cmake block comment syntax Julien Valentin 2019-08-15 20:46:52 +02:00
  • 842b334803 remove unproperly parsed CMake comment Julien Valentin 2019-08-15 20:27:05 +02:00
  • 8f5695eafb Merge pull request #808 from 640kb/OpenSceneGraph-3.6 OpenSceneGraph git repository 2019-08-07 10:56:59 +01:00
  • 0a704161fe las plugin: fix linking against static boost library under windows Daniel Wendt 2019-08-07 09:49:16 +02:00
  • 149c04b0df Added a _fontFallback to TextBase to cache any fallback font (usually DefaultFont) that is used when the Textbase::_font is null. Robert Osfield 2019-07-31 14:11:59 +01:00
  • 92abaca210 Replaced GL_QUADS usage with GL_TRIANGLE_STRIP Robert Osfield 2019-07-29 13:01:00 +01:00
  • 0e5bb43841 Refactored the mesh setup to use GL_TRIANGLE_STIP instead of GL_QUADS Robert Osfield 2019-07-29 12:29:25 +01:00
  • b3808ef89c Updated version to 3.6.5 Robert Osfield 2019-07-29 09:59:57 +01:00
  • 99847c3ef2 Merge pull request #804 from eligovision/OpenSceneGraph-3.6_GLQUADS OpenSceneGraph git repository 2019-07-29 08:57:56 +01:00
  • 0a6bea870c [*] ParticleSystem: Use GL_TRIANGLES instead if GL_QUADS when GL{1,2} or GLES1 are unavailable Konstantin S. Matveyev 2019-07-26 21:14:45 +03:00
  • 312f640a4a Merge pull request #802 from eligovision/OpenSceneGraph-3.6_osgtext_fc OpenSceneGraph-3.6.4 OpenSceneGraph git repository 2019-07-26 12:54:16 +01:00
  • 2b0105f875 OSG_TEXT_USE_FONTCONFIG additional check needed konstantin.matveyev 2019-07-26 14:40:47 +03:00
  • b0c89b137d OSG_TEXT_USE_FONTCONFIG cmake option added: Set to ON to enable attempt to use FontConfig in osgText; Disabled by default for iOS and Android konstantin.matveyev 2019-07-26 14:09:36 +03:00
  • b2daa32420 UPdated for 3.6.3-rc9 Robert Osfield 2019-07-25 15:10:36 +01:00
  • bf208e1d10 Changed the #extension enable Robert Osfield 2019-07-25 14:58:17 +01:00
  • 24d61c2df0 Change the DefaultFont so that it's managemed via the ObjectCache to enabl it to be release and cleared in a central manner. Added call to Registry::releaseGLObjects() to osgViewer/Renderer.cpp to enable automatic clean up of objects in the ObjectCache. Robert Osfield 2019-07-25 14:10:01 +01:00
  • e6f6de640a Added readObject() implementations Robert Osfield 2019-07-25 12:48:21 +01:00
  • 00679c7631 Added ReaderWriterOBJ::readObject(..) implementations to address issue with using osgconv Robert Osfield 2019-07-25 10:39:34 +01:00
  • 4e126469fc Updates for 3.6.4-rc8 Robert Osfield 2019-07-22 19:22:16 +01:00
  • ccbc632afc Added handling of iOS and Android to make sure FontConfig is only used for Desktop builds Robert Osfield 2019-07-22 17:20:10 +01:00
  • 060a641c2b Updated for rc7 Robert Osfield 2019-07-19 09:20:50 +01:00
  • cd124228fd Merge pull request #797 from wangii/OpenSceneGraph-3.6 OpenSceneGraph git repository 2019-07-19 09:10:02 +01:00
  • 4ad34877d2 fix typo Linan Wang 2019-07-19 14:06:20 +08:00
  • 2a8b760833 fix u64 and i64 allocation, setArray bug Linan Wang 2019-07-19 13:28:25 +08:00
  • 8dea265a91 Fixed indentation Robert Osfield 2019-07-18 12:44:59 +01:00
  • 7ec8b65ec4 Add OutputTextureFiles Option Long Huan 2019-07-18 09:13:25 +08:00
  • c6c49c3745 Update OBJWriterNodeVisitor.cpp Long Huan 2019-07-17 15:07:38 +08:00
  • acac960227 fix obj-Plugin export texture file Long Huan 2019-07-17 14:52:10 +08:00
  • da6b4df00a Added handling of zero radius models Robert Osfield 2019-07-18 12:18:04 +01:00
  • 7f370bdfc6 Removed references OpenVRML plugin Robert Osfield 2019-07-18 11:16:08 +01:00
  • 587fd6a022 Removed vrml plugin from build as OpenVRML plugin relies on no longer supported functionality Robert Osfield 2019-07-18 11:14:10 +01:00
  • 730e6ad8f5 Added calls to curl_global_init and curl_global_cleanup to improve the robustness of threaded curl plugin usage Robert Osfield 2019-07-18 10:34:53 +01:00
  • a8017cb807 Updated for rc6 Robert Osfield 2019-07-16 13:50:02 +01:00
  • ac6b082963 Merge pull request #789 from rhabacker/OpenSceneGraph-3.6 OpenSceneGraph git repository 2019-07-16 11:53:24 +01:00
  • 61957024fc Merge pull request #791 from aluaces/mingw-osg_windowing_system OpenSceneGraph git repository 2019-07-16 11:32:10 +01:00
  • 117fd42efc Avoid that mingw cross-compilation choosing X11 as the windowing system. Alberto Luaces 2019-07-16 11:08:25 +02:00
  • 387e66911b cmake: Add summary information to get an idea of what dependencies might be missing Ralf Habacker 2019-07-15 18:54:30 +02:00
  • dc9f6f2751 cmake: Added find_package module for fontconfig which is not available with cmake < 3.14 Ralf Habacker 2019-07-15 18:52:14 +02:00
  • 8a4cdcf264 Updated for 3.6.4-rc5 Robert Osfield 2019-07-15 17:06:51 +01:00
  • 02d91a3eea Adopted the matrix transformation code from Text Robert Osfield 2019-07-15 16:16:45 +01:00
  • 59f417f1e0 Added test of picking Robert Osfield 2019-07-15 16:13:57 +01:00
  • 9ad7ae5524 Cuietened down the reporting of failure to find fontconfig Robert Osfield 2019-07-15 15:05:05 +01:00
  • 0c7fda710c Merge pull request #788 from rhabacker/3.6-obj-plugin-fixes OpenSceneGraph git repository 2019-07-15 14:11:11 +01:00
  • cbf5b14f61 obj plugin: Fix bug not adding first vertex index on writing GL_LINExxx array types Ralf Habacker 2018-01-16 10:23:36 +01:00
  • 2e33cf0abc obj plugin: Fix not writing material shininess Ralf Habacker 2018-01-15 14:22:18 +01:00
  • 361ea5d15d obj plugin: add option "NsIfNotPresent=" for setting the specular exponent of a material if not present Ralf Habacker 2019-07-15 14:29:26 +02:00
  • a3b2ac63b3 obj plugin: Fix bug not using specular color (Ks) for illumination mode > 2 Ralf Habacker 2017-09-25 13:59:13 +02:00
  • 3f9ab5689c Merge pull request #786 from rhabacker/OpenSceneGraph-3.6 OpenSceneGraph git repository 2019-07-15 11:14:47 +01:00
  • af5a794a82 Fix 'Incorrect default location for true type fonts on openSUSE' Ralf Habacker 2019-07-02 22:56:02 +02:00
  • faa2b1d964 Added check against any empty _segments to avoid undefined behaviour Robert Osfield 2019-07-12 17:00:20 +01:00
  • ab95a79540 Removed debug info for constructor and destructors Robert Osfield 2019-07-12 16:16:43 +01:00
  • 079cf6c090 Added FrameBufferAttachment::resizeGLObjectBuffers(..) and releaseGLObjects(..) methods Robert Osfield 2019-07-12 16:09:12 +01:00
  • 7dbcb4b7d3 Fix wxWidgets COMPONENTS specification, deprecated usage broken with CMake 3.14 StefanBruens 2019-07-02 20:37:02 +02:00
  • 634bd7f12d Updated ChangeLog for rc4 Robert Osfield 2019-07-02 20:21:45 +01:00
  • 384cc25380 Updated SO number to refect change to the Drawable header inline method status Robert Osfield 2019-07-02 20:21:05 +01:00
  • b43a59aa5d Updated in prep for 3.6.4-rc4 Robert Osfield 2019-07-02 20:19:05 +01:00
  • e135a85c1a Trivial change to src/osgSim/LineOfSight.cpp to quieten down an info message in DatabaseCacheReadCallback::readNodeFile. Colin McDonald 2019-07-01 16:15:21 +01:00
  • 2f914506e9 Updated release candidate number to 4 in prep for 3.6.4-rc4 release. Robert Osfield 2019-07-01 16:12:53 +01:00
  • e5c951f5a3 Removed stray tab Robert Osfield 2019-07-01 15:48:29 +01:00
  • 9566fb7acf Fixed bug where FFmpeg Image Stream would stop if paused for more than 10 seconds jimcamel 2019-06-25 17:09:46 +12:00
  • 511f7be394 Bugfix due to copy-paste typo which prevented multi uv channel mesh to be imported correctly. Riccardo Corsi 2019-06-07 12:45:45 +02:00
  • 56e2a03378 Fixed layout Robert Osfield 2019-07-01 13:43:29 +01:00
  • 5fc917881d Merge branch 'patch-27' of https://github.com/mp3butcher/OpenSceneGraph into patch-27 Robert Osfield 2019-07-01 13:42:33 +01:00
  • 00e2930fb7 Fix not checking num lock state when remapping keypad keys on Windows. Alexey Galitsyn 2019-05-30 23:10:27 +03:00
  • fe9c235806 Restructed the setting of the default osgDB::Options so it doesn't override the ObjectCacheHint setting when a user specified osgDB::Options object is passed in. Robert Osfield 2019-07-01 12:56:36 +01:00
  • 8d505e80a9 Merge branch 'OpenSceneGraph-3.6_vas' of https://github.com/eligovision/OpenSceneGraph into OpenSceneGraph-3.6_vas Robert Osfield 2019-07-01 12:33:21 +01:00
  • b6cb11b655 Couldn't resolve warnings coming from the FBX headers so had to suppress warnings. Robert Osfield 2019-07-01 12:18:21 +01:00
  • 4b6d9287bc replaced "if (apm || !apm->valid())" Laurens Voerman 2019-05-21 13:28:41 +02:00
  • b41c5bde96 fix typo in header guard. Laurens Voerman 2019-05-21 13:29:47 +02:00
  • 2ac97b5ece fix typo in ReaderWriterFBX: writObject -> writeObject Laurens Voerman 2019-05-15 11:49:17 +02:00
  • 21c0affe66 Merge pull request #760 from LaurensVoerman/readObject OpenSceneGraph git repository 2019-06-14 15:28:46 +01:00
  • 68fc6ca610 Merge pull request #759 from AnyOldName3/more-tga OpenSceneGraph git repository 2019-06-14 15:01:15 +01:00
  • 52edc4af8d Merge pull request #758 from LaurensVoerman/osgt_indentation OpenSceneGraph git repository 2019-06-14 14:32:31 +01:00
  • c1757aadb4 Merge pull request #757 from LaurensVoerman/rendererNoRefCount OpenSceneGraph git repository 2019-06-14 14:29:32 +01:00
  • cfd190a9fa update traversedebug preventing traversal to disable OQN Julien Valentin 2019-06-08 01:17:21 +02:00
  • 5311d6fb6b add enable check in traverseQuery Julien Valentin 2019-05-31 15:27:18 +02:00
  • e31afbf78a typo fix Konstantin S. Matveyev 2019-05-15 14:35:39 +03:00
  • be6bc39016 VertexArrayState's lazy disabling of vertex attributes mechanism major fix: _vertexAttribArrays must be 'shared' valid-ptr 2019-05-15 14:27:10 +03:00
  • 38727ed4b4 implement readObject for all relevant readerWriters Laurens Voerman 2019-05-14 14:25:30 +02:00
  • 8491fd780d Add support for Targa type 3 and 11 images (greyscale) AnyOldName3 2019-05-13 21:56:07 +01:00
  • 3ccdc66717 fix indentation for osgt files for windows dynamic library build. Laurens Voerman 2019-05-13 17:25:29 +02:00
  • 2f71c55da9 fix compile error if OSGUTIL_RENDERBACKEND_USE_REF_PTR not defined in include/osgUtil/RenderLeaf Laurens Voerman 2019-05-13 17:02:53 +02:00
  • 7b6135f0f7 Avoid wasting memory loading optional TGA fields as RLE image data AnyOldName3 2019-05-11 00:00:41 +01:00
  • 05e896af7e Add support for type 9 (colour mapped, compressed) TGA images. AnyOldName3 2019-05-10 00:04:49 +01:00
  • 33bf30cd8c Check TGA footer if present to see if attribute channel contains alpha data AnyOldName3 2019-05-10 00:04:08 +01:00
  • fd014e3b52 Merged ELSEIF fix from master Robert Osfield 2019-05-08 10:17:06 +01:00
  • 3f0c1daaa2 add missing E to ELSIF Laurens Voerman 2019-04-30 11:03:02 +02:00
  • c9fc6e0f79 Consistently check for failed memory allocation AnyOldName3 2019-05-08 00:59:40 +01:00
  • 348fbfe410 Switch to using safe buffers (fixing a memory leak) AnyOldName3 2019-05-08 00:56:42 +01:00
  • 47ec2c7951 Cleanup TGA header interpretation AnyOldName3 2019-05-04 01:19:31 +01:00
  • 6ea8ebf25a Fixed indentation Robert Osfield 2019-04-26 10:46:04 +01:00
  • 2b65555d5f remove tabs Wei Lisi 2019-04-19 13:04:35 +08:00
  • 2439679b0c Update fbxRMesh.cpp flashk 2019-04-05 14:31:21 -07:00
  • 0cbf839425 clean up Wei Lisi 2019-03-26 22:37:50 +08:00
  • 82cae6daf4 fix fbx hierarchy issue Wei Lisi 2019-03-26 21:01:24 +08:00
  • 6767ff540b Fix two bugs introduced when removing the Geode visitor from the FBX exporter. Derek Quam 2018-11-28 14:21:37 -06:00
  • 69ebfecfcc Fix duplicate geometries in FBX export. Derek Quam 2018-11-13 08:47:06 -06:00
  • 3834172342 Merge pull request #745 from eligovision/OpenSceneGraph-3.6_cmake OpenSceneGraph git repository 2019-04-26 09:36:51 +01:00