1. 04 Jan, 2011 1 commit
    • hybrid's avatar
      Fix writeScene change in order to write the given node and its descendants,... · f1cc2dca
      hybrid authored
      Fix writeScene change in order to write the given node and its descendants, not only the list of children to the scene file.
      Add support for loading a scene file as childs of a given node. This will ignore the scene attributes and load all nodes of the scene, storing them as children of a given parent node. The rest will stay as before, including the default behavior to load scene attributes and all nodes directly into the scene manager.
      Test cases added for both methods loadScene and saveScene. In order to find a node in the example scene from tutorial 15 I have added a name and ID to one of the scene elements.
      
      git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3532 dfc29bdd-3216-0410-991c-e03cc46cb475
      f1cc2dca
  2. 03 Jan, 2011 3 commits
  3. 02 Jan, 2011 2 commits
  4. 30 Dec, 2010 2 commits
  5. 29 Dec, 2010 4 commits
  6. 28 Dec, 2010 1 commit
  7. 23 Dec, 2010 2 commits
  8. 22 Dec, 2010 1 commit
  9. 20 Dec, 2010 1 commit
  10. 16 Dec, 2010 1 commit
  11. 15 Dec, 2010 2 commits
  12. 13 Dec, 2010 5 commits
  13. 12 Dec, 2010 4 commits
  14. 11 Dec, 2010 2 commits
  15. 08 Dec, 2010 5 commits
  16. 07 Dec, 2010 1 commit
    • hybrid's avatar
      Fix the text scene node placing in viewports. The problem was, that the... · 014272f2
      hybrid authored
      Fix the text scene node placing in viewports. The problem was, that the calculation took the absolute viewport dimension into account, while rendering into the viewport requires the screenwidth to be taken. Hence, the text was usually misplaced. The collision method can still be used for this mixed mode calculation (get screen coordinate during viewport rendering, use it for full screen rendering), but requires an additional parameter.
      Software drivers don't support 2d rendering into viewports, so they still fail to properly position text (or other 2d things) into a viewport.
      
      git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3489 dfc29bdd-3216-0410-991c-e03cc46cb475
      014272f2
  17. 06 Dec, 2010 3 commits