Commit Graph

  • ae57f3cd46 Added ability to toggle on/off use of C system() function call, using OSG_SYSTEM_SUPPORTED Cmake option Robert Osfield 2018-01-12 19:52:31 +00:00
  • 6a3d9b2aa2 Added os_utils header Robert Osfield 2018-01-12 17:03:31 +00:00
  • a7cc9664c0 Renamed EnvVar header to os_utils in prep for adding more OS related calls to it Robert Osfield 2018-01-12 16:48:17 +00:00
  • bfbae8ad12 Merge pull request #437 from filnet/text_typo OpenSceneGraph git repository 2018-01-11 14:32:53 +00:00
  • e84c93dfce Fixed Linux NVTT build issue by restricting the addition of the new libs to just Windows Robert Osfield 2018-01-11 10:10:43 +00:00
  • 7d311915e7 Merged NVTT cmake fixes from 3.4 branch Robert Osfield 2018-01-11 09:39:27 +00:00
  • 0cee5f5d27 Added returns to avoid fall through between case statements Robert Osfield 2018-01-11 08:51:08 +00:00
  • 6bd2d9054e Moved setFusionDistance() into View::updateSceneView() Robert Osfield 2018-01-10 16:55:02 +00:00
  • 3e12972a03 osgText: fix typos related to SIGNED_DISTANCE_FIELD Philippe Renon 2018-01-10 14:21:25 +01:00
  • 0eacd8161a Small fix in the osgjs plugin. Since osgjs uses pixel area for PIXEL_SIZE_ON_SCREEN PagedLOD ranges instead of a diameter, it's a more correct approximation to square the ranges in this case. Andreas Ekstrand 2018-01-10 11:07:46 +00:00
  • df280811a1 Merged Program.cpp from shader_pipeline Robert Osfield 2018-01-08 10:52:35 +00:00
  • 0fafb385f9 Fixed indentation Robert Osfield 2018-01-08 10:31:47 +00:00
  • f866836d60 Added extension support checks Robert Osfield 2018-01-08 10:14:13 +00:00
  • 818dee31d8 Fixed build with GLES2 Robert Osfield 2018-01-08 10:04:28 +00:00
  • b45803898d Added suppor for StateSet::DefineList Robert Osfield 2017-12-01 13:00:42 +00:00
  • 9944d949fc Improvements to lua/OSG integration Robert Osfield 2017-12-01 12:07:28 +00:00
  • 2108141b4e Replaced old style access of ValueObject values to new ValueObject::getScaleValue() methods Robert Osfield 2018-01-06 13:47:18 +00:00
  • bdff0955dc Added TextureCubeMap::setImage/getImage() methpds Robert Osfield 2017-12-20 20:13:33 +00:00
  • 3e676f67ff Removed inappropriate // Robert Osfield 2018-01-06 12:52:34 +00:00
  • 230ee49428 Added ValueObject::get/setScaleValue(..) convinient methods Robert Osfield 2017-12-20 20:12:49 +00:00
  • 6a3c88fb5b Merge pull request #431 from mp3butcher/callbacks OpenSceneGraph git repository 2018-01-06 12:37:02 +00:00
  • 4d4b02848b Had to fix spacing and bracket position yet again... OpenSceneGraph git repository 2018-01-06 12:31:23 +00:00
  • 518048bc64 allow read of zipped script Julien Valentin 2018-01-05 19:57:41 +01:00
  • 4abc97f44b Fixed return values Robert Osfield 2018-01-05 12:12:24 +00:00
  • 741db16916 Merge pull request #428 from mp3butcher/serializerfixbis OpenSceneGraph git repository 2018-01-05 11:26:06 +00:00
  • 647fc75add Disabled OSX builds as they are consistently failing on travis due to timeouts so a giving false positives for all builds Robert Osfield 2018-01-05 10:36:25 +00:00
  • eca7831281 Merge pull request #424 from mp3butcher/osgSampler OpenSceneGraph git repository 2018-01-05 09:43:16 +00:00
  • f5108459be Fixed indentation and spacing issues OpenSceneGraph git repository 2018-01-05 09:41:32 +00:00
  • 6ef90054bc Merge pull request #425 from mp3butcher/callbacks OpenSceneGraph git repository 2018-01-05 09:18:39 +00:00
  • e33a407aaf add BufferData associate to Image and subclasses Julien Valentin 2018-01-04 05:16:21 +01:00
  • 73689caa5f Had to fix positioning of { and spacing to be consistent with the rest of the OSG OpenSceneGraph git repository 2018-01-04 15:28:45 +00:00
  • 70488271bd Merge pull request #426 from mp3butcher/moreExtensions OpenSceneGraph git repository 2018-01-04 15:20:57 +00:00
  • 196256fdcd Evolve DSO add Node associate on Drawable based: Drawable Geometry DrawPixels.cpp ShapeDrawable.cpp RigGeometry.cpp ConnectedParticleSystem.cpp FadeText.cpp Text.cpp Text3D.cpp TextBase.cpp Julien Valentin 2018-01-04 04:34:48 +01:00
  • 0e76dc169e add more Extensions Julien Valentin 2018-01-04 04:18:38 +01:00
  • 61548dc5a8 add recursivity on Camera Callbacks Julien Valentin 2018-01-04 03:41:37 +01:00
  • 662bea239c add GLSampler as Texture Property and a simple example mixing (add) 2 textures Julien Valentin 2018-01-03 21:22:38 +01:00
  • 6492ec8c6b Merge pull request #421 from mp3butcher/imagebinding OpenSceneGraph git repository 2018-01-03 11:11:16 +00:00
  • c605b24432 remove old BindImageTexture path Julien Valentin 2018-01-02 18:29:42 +01:00
  • f9b1c614bc adapt examples for new BindImageTexture Julien Valentin 2018-01-02 18:15:25 +01:00
  • 8a84ee7660 add (untested) BindImageTexture serializer TOREVIEW : my GLBoolean serializer macro seams hacky Julien Valentin 2018-01-01 21:09:07 +01:00
  • b4c62bd32b Merge pull request #415 from aluaces/fix/opencascade_minimal OpenSceneGraph git repository 2018-01-01 12:07:17 +00:00
  • eb72f3ed30 Renamed ImageTexture file to BindImageTexture to better fit it's OpenGL implementaton. Robert Osfield 2018-01-01 11:10:55 +00:00
  • 1f4ae0425c Merge branch 'imagebinding' of https://github.com/mp3butcher/OpenSceneGraph into mp3butcher-imagebinding Robert Osfield 2018-01-01 10:16:10 +00:00
  • f0bb9da9c6 Changed the enum value to be consistent with StateAttribute OpenSceneGraph git repository 2018-01-01 10:14:58 +00:00
  • e27148240a Change enum name to be consistent with assciated class name OpenSceneGraph git repository 2018-01-01 10:13:14 +00:00
  • 9d4ee0d766 Improved spacing and indentaton OpenSceneGraph git repository 2018-01-01 10:12:09 +00:00
  • 7a351d3407 Changed the case of method name to be consistent with the rest of the OSG Robert Osfield 2017-12-31 13:44:21 +00:00
  • ce4d76ef21 Merge pull request #411 from rickyviking/fbxGeometrySupport OpenSceneGraph git repository 2017-12-31 13:43:09 +00:00
  • 407402df14 Merge pull request #414 from aluaces/fix/osg_winver_switch OpenSceneGraph git repository 2017-12-31 13:34:26 +00:00
  • 91aec8107a Improved indentation OpenSceneGraph git repository 2017-12-31 13:32:44 +00:00
  • dd1f95d24d Fixed typo Robert Osfield 2017-12-31 13:17:23 +00:00
  • 94a1a84a59 Fixed handling of reassignment of ArrayDispatch when vertex aliasing is toggled Robert Osfield 2017-12-31 12:35:44 +00:00
  • 2f8a262a0e add flexier Image Unit Binding implementation (allow different IUBs for a Texture) mp3butcher 2017-12-25 23:42:33 +01:00
  • 958e954b93 Use a minimal set of OpenCASCADE libraries. Alberto Luaces 2017-12-22 13:17:10 +01:00
  • 08e1a06fcd Detecting the windows version at build time breaks cross-compilation. Alberto Luaces 2017-12-26 15:35:42 +01:00
  • ef8891351f Fbx writer: added support to convert geometries directly attached as node, without geodes. Riccardo Corsi 2017-12-20 09:52:50 +01:00
  • 5afd32b2d9 Introduced dedicated VertexArrayStateList class to wrap up the VertexArrayState container with convinience methods to help initialize them. Using the new VertexArrayStateList class fixed bug associated with setting new setTexCoord() array when a VertexArrayState is already assigned. Robert Osfield 2017-12-19 09:57:57 +00:00
  • d2bfde30f0 Deprecated dirtyDisplayLists(), use established dirtyGLObjects() instead Robert Osfield 2017-12-18 13:54:08 +00:00
  • 3bb327e93f Merge pull request #408 from eligovision/OpenSceneGraph_serializers OpenSceneGraph git repository 2017-12-18 10:45:00 +00:00
  • 24813331c6 Merge pull request #409 from jcarpent/master OpenSceneGraph git repository 2017-12-18 10:39:29 +00:00
  • dd1c0edd4b Merge pull request #406 from eligovision/OpenSceneGraph_text OpenSceneGraph git repository 2017-12-18 10:33:35 +00:00
  • 1d46178d72 [Fix] Use explicitelly colladom 1.4.1 jcarpent 2017-12-14 19:27:08 +01:00
  • df8dc83fc7 osgAnimation serializes: static linking fix Konstantin S. Matveyev 2017-12-13 11:47:02 +03:00
  • 23ed49b330 Merge remote-tracking branch 'upstream/master' into OpenSceneGraph_serializers Konstantin S. Matveyev 2017-12-13 11:48:08 +03:00
  • 2d3ed2a3c7 TextBase: left alignment position fix Konstantin S. Matveyev 2017-10-27 20:49:09 +03:00
  • 7e0163383f Quitened down debug output Robert Osfield 2017-12-09 19:18:43 +00:00
  • 854beb39ce Quited now deboug output Robert Osfield 2017-12-09 18:42:40 +00:00
  • 588cad24e2 Quietened down debug messages Robert Osfield 2017-12-09 18:29:19 +00:00
  • 9bf3d2b7ce Pushed background image away from eye point a small amount to prevent z fighting with text on the image plane. Robert Osfield 2017-12-09 11:12:35 +00:00
  • 90748f8b74 Merge branch 'master' of https://github.com/openscenegraph/OpenSceneGraph Robert Osfield 2017-12-08 16:15:52 +00:00
  • 6ef0e667d2 Added support for OSG_BORDERLESS_WINDOW="x y width heigh" and --bordless-window x y width height to make it easier to manage custom placement of viewers without window decoration Robert Osfield 2017-12-08 16:10:57 +00:00
  • 5de9c97ff5 Merge pull request #403 from mp3butcher/VAS OpenSceneGraph git repository 2017-12-08 11:19:20 +00:00
  • 53d8032656 fix logo reader plugin TODO upgrade to a more modern gl (remove glDrawpixel usage) Julien Valentin 2017-12-07 20:13:57 +01:00
  • 25f5605ad8 Improvements to dot visitors Robert Osfield 2017-12-07 17:52:24 +00:00
  • b8fd3abdd5 Merge pull request #402 from mp3butcher/VAS OpenSceneGraph git repository 2017-12-07 09:49:47 +00:00
  • 7f2481e976 add a fix in order setArray work with an user managed interleaved array Julien Valentin 2017-12-06 22:57:03 +01:00
  • 37dbb04608 Added more flexibility into the State::checkGLErrors() method, allowing calling code to pass in two strings. Improved the StateSet::compileGLObjects() usage of checkGLErrors() to make the warning reports more meaningful. Robert Osfield 2016-11-14 11:59:47 +00:00
  • d313184cd0 Added fine grained checking for GL errors in the GLObjectVisitor so that the OSG's default pre compile stage provides better feesback on any GL errors. Robert Osfield 2017-12-06 09:50:42 +00:00
  • d82a7e7c0b Removed the unncessary rescale to power of two, and added clear of image to prevent previous image data corrupting the rendered image Robert Osfield 2017-12-05 17:16:17 +00:00
  • 4501320793 Merge branch 'master' of https://github.com/openscenegraph/OpenSceneGraph Robert Osfield 2017-12-05 16:33:55 +00:00
  • a8924a7b36 Added "rs=value" Options support to SVG plugin Robert Osfield 2017-12-05 16:33:01 +00:00
  • 551e9ba17c Fixed AUTHORS Robert Osfield 2017-12-04 17:51:21 +00:00
  • 7f0baaab61 Added passing of the osgDB::Options to the remove from cache to make sure the cache model for the presentation is found and removed. Robert Osfield 2017-12-04 16:43:08 +00:00
  • 56681c89cd Changed the reload presentaiton key to 'R' to better match the 'E' for editor Robert Osfield 2017-12-04 14:50:12 +00:00
  • 279df6d57e From Anna Sokol, "There is no need to specify WINVER of 0x0603 in order to check for the SetProcessDPIAwareness function existence. If your current OS where the application is running is Windows 8.1 or above it the function will exist in the dll or if its below it wont. I checked the attached code with both a Windows 7 desktop (where the function doesn't exist) and a Windows 10 tablet (where it does and had my screen scaled to 150%) and in both cases the code worked as intended." Anna Sokol 2017-12-04 13:01:52 +00:00
  • 1810c9e7e3 Updated ChangeLog and AUTHORS file Robert Osfield 2017-12-03 14:27:10 +00:00
  • aa26f99367 Updated ChangeLog Robert Osfield 2017-12-03 14:14:34 +00:00
  • 9ef79c2f44 Renamed chanels to array to be consistent with the rest of the usage Robert Osfield 2017-12-03 11:17:34 +00:00
  • 92cccff866 Merge pull request #398 from marchelbling/sharedarrayoptimizer-fix OpenSceneGraph git repository 2017-12-03 11:12:20 +00:00
  • 200537ed6f Removed redundent !ps Robert Osfield 2017-12-03 10:49:39 +00:00
  • 5ff16798a3 Removed unused local variable and associated typedef Robert Osfield 2017-12-03 09:49:09 +00:00
  • 9a96e211f9 Quietened down cppcheck false positive. Robert Osfield 2017-12-03 09:45:37 +00:00
  • 3870edf376 Fixed leak and clean up formatting. Robert Osfield 2017-12-03 09:38:32 +00:00
  • ef5410aaf0 From Jordi Torres, fixed leak and inappropriate read bug Robert Osfield 2017-12-03 09:34:43 +00:00
  • 6ca3cab0d5 From Jordi Torres, removed unused local variable Robert Osfield 2017-12-03 09:32:50 +00:00
  • 24d32e89a1 From Jordi Torres, fix indentation and removed redundent break; Robert Osfield 2017-12-03 09:30:35 +00:00
  • bd716b38c7 From Jordi Torres, added ref_ptr<> usage to quieten cppcheck false positive Robert Osfield 2017-12-03 09:27:41 +00:00
  • 24c3b40b56 From Jordi Torres, removed unused local variables Robert Osfield 2017-12-02 18:07:13 +00:00
  • c913c0e6f7 From Jordi Torres, removed unused local variables Robert Osfield 2017-12-02 18:04:43 +00:00
  • d7f5357059 From Jordi Torres, Removed unused local variables Robert Osfield 2017-12-02 18:00:03 +00:00