| 123456789101112131415 |
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><meta name="keywords" content="documentation, sdk, tool, scene, node"><title>jMonkeyEngine SDK: Scene Explorer</title><link rel="stylesheet" href="./asciidoctor.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="./coderay-asciidoctor.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/sdk/scene_explorer.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/sdk/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"><i class="fa fa-sort-down" aria-hidden="true"></i></div><h1>jMonkeyEngine SDK: Scene Explorer</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#about-the-sceneexplorer-window">About the SceneExplorer window</a></li><li><a href="#using-the-sceneexplorer">Using the SceneExplorer</a><ul class="sectlevel2"><li><a href="#editing-objects-in-the-scene">Editing Objects in the scene</a></li><li><a href="#reorganizing-objects-in-the-scene">Reorganizing Objects in the scene</a></li><li><a href="#adding-objects-to-the-scene">Adding Objects to the scene</a></li></ul></li></ul></div></div><div id="content"><div id="preamble"><div class="sectionbody"><div style="text-align: center;" class="imageblock"><div class="content"><img src="../sdk/jmonkeyplatform-sceneexplorer-add.jpg" alt="jmonkeyplatform-sceneexplorer-add.jpg" width="" height=""></div></div></div></div>
- <div class="sect1"><h2 id="about-the-sceneexplorer-window">About the SceneExplorer window</h2><div class="sectionbody"><div class="paragraph"><p>The SceneExplorer gives you a structural overview of the currently edited scene and is active among all plugins</p></div>
- <div class="paragraph"><p>Most plugins will deliver their own UI elements to modify the scene so the SceneExplorer is more of a global tool. The simple SceneComposer however heavily relies on its functions as other plugins might too in the future.</p></div></div></div>
- <div class="sect2"><h3 id="using-the-sceneexplorer">Using the SceneExplorer</h3><div class="paragraph"><p>The SceneExplorer displays Nodes in a tree that represents the tree of Spatials in your scene. Spatial controls, lights and geometry meshes are also displayed in the tree.</p></div>
- <div class="paragraph"><p>SceneExplorer works in conjunction with SceneComposer, the default editor for J3O files in the jMonkeyEngine IDE. If SceneExplorer doesn’t appear when you select “Edit in SceneComposer, choose Window → SceneExplorer from the menu bar to reveal the window.</p></div>
- <div class="sect2"><h3 id="editing-objects-in-the-scene">Editing Objects in the scene</h3><div class="olist arabic"><ol class="arabic"><li><p>Select a node in the SceneExplorer window (Open via Window→SceneExplorer if not open)</p></li><li><p>Edit the node in the Properties window (Open via Window→Properties if not open)</p></li><li><p>You can rename a Spatial by right clicking it or by slowly double-clicking the node</p></li></ol></div></div>
- <div class="sect2"><h3 id="reorganizing-objects-in-the-scene">Reorganizing Objects in the scene</h3><div class="olist arabic"><ol class="arabic"><li><p>You can cut, copy and paste Nodes in the SceneExplorer with the normal keyboard commands or the right-click menu of the Nodes</p></li><li><p>You can move single object within the SceneExplorer tree by dragging&dropping them</p></li></ol></div></div>
- <div class="sect2"><h3 id="adding-objects-to-the-scene">Adding Objects to the scene</h3><div class="paragraph"><p>Right-click a Spatial or Node in the SceneExplorer to add other Spatials like ParticleEmitters or Lights, you can also add UserData to a Spatial that can be read during runtime.</p></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2017-10-25 21:59:24 +00:00</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
- apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
- indexName: 'jmonkeyengine',
- inputSelector: '#doc-search',
- debug: false // Set debug to true if you want to inspect the dropdown
- });</script></body></html>
|