2
0

nav.adoc 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. * xref:sdk.adoc[SDK]
  2. ** Video Tutorials
  3. *** SDK Use Case Tutorials
  4. **** link:http://www.youtube.com/watch?v=-OzRZscLlHY[Demo 1 (Quixote demo)]
  5. **** link:http://www.youtube.com/watch?v=6-YWxD3JByE[Demo 2 (Models and Materials)]
  6. *** SDK Tutorials
  7. **** link:http://www.youtube.com/watch?v=M1_0pbeyJzI[Basics]
  8. **** link:http://www.youtube.com/watch?v=nL7woH40i5c[Importing Models]
  9. **** link:http://www.youtube.com/watch?v=DUmgAjiNzhY[Dragging&Dropping Nodes]
  10. **** link:http://www.youtube.com/watch?v=ntPAmtsQ6eM[Scene Composing]
  11. **** link:http://www.youtube.com/watch?v=zgPV3W6dD4s[Terrain with Collision Shape]
  12. **** link:http://www.youtube.com/watch?v=Feu3-mrpolc[Working with Materials]
  13. **** link:http://www.youtube.com/watch?v=MNDiZ9YHIpM[Custom Controls]
  14. **** link:http://www.youtube.com/watch?v=oZnssg8TBWQ[WebStart Deployment]
  15. **** link:http://www.youtube.com/watch?v=D7JM4VMKqPc[Animation and Effect TrackEditing]
  16. ** Getting Started
  17. *** xref:update_center.adoc[Updating jMonkeyEngine SDK]
  18. *** xref:troubleshooting.adoc[Troubleshooting]
  19. ** Java Development Features
  20. *** xref:project_creation.adoc[Project Creation]
  21. *** xref:code_editor.adoc[Code Editor and Palette]
  22. *** xref:version_control.adoc[File Version Control]
  23. *** xref:debugging_profiling_testing.adoc[Debug, Profile, Test]
  24. *** xref:application_deployment.adoc[Application Deployment]
  25. **** xref:default_build_script.adoc[Default Build Script]
  26. **** xref:android.adoc[Android]
  27. **** xref:android_cheat_sheet.adoc[Android Cheat Sheet]
  28. **** xref:ios.adoc[iOS]
  29. ** Unique Features
  30. *** xref:model_loader_and_viewer.adoc[Import, View, Convert Models]
  31. **** xref:asset_packs.adoc[Asset Packs]
  32. *** xref:scene_explorer.adoc[The SceneExplorer]
  33. *** xref:scene_composer.adoc[Composing a Scene]
  34. *** xref:terrain_editor.adoc[Terrain Editor]
  35. *** xref:sample_code.adoc[Sample Code]
  36. *** xref:material_editing.adoc[Material Editing]
  37. *** xref:font_creation.adoc[Creating Bitmap Fonts]
  38. *** link:https://hub.jmonkeyengine.org/t/effecttrack-and-audiotrack-editing-in-the-sdk/23378[Audio and Effect Track Editing]  
  39. **** link:https://www.youtube.com/watch?v=D7JM4VMKqPc[Video: Effect and AudioTrack editing in jMonkeyEngine 3 sdk]
  40. //* <<sdk/attachment_bones#,Animation and Attachment Bones Editing>>
  41. *** xref:filters.adoc[Post-Processor Filter Editor and Viewer]
  42. *** xref:core:app/state/application_states.adoc[Application States]
  43. *** xref:core:scene/control/custom_controls.adoc[Custom Controls]
  44. *** xref:vehicle_creator.adoc[Vehicle Creator]
  45. *** xref:assetbrowser.adoc[Asset Browser]
  46. *** xref:animations.adoc[Animations]
  47. ** Advanced Usage
  48. *** xref:build_platform.adoc[Building jMonkeyEngine SDK]
  49. *** xref:use_own_jme#.adoc[Using your own (modified) version of jME3 in jMonkeyEngine SDK]
  50. *** xref:increasing_heap_memory.adoc[Increasing Heap Memory]
  51. *** xref:log_files.adoc[Log Files]
  52. ** Available external plugins
  53. *** xref:contributions:contributions.adoc[Contributions]
  54. *** xref:neotexture.adoc[Neo Texture Editor for procedural textures]
  55. *** link:http://www.youtube.com/watch?v=yS9a9o4WzL8[Video: Mesh Tool &amp; Physics Editor]
  56. ** xref:development.adoc[Developing plugins for jMonkeyEngine SDK]
  57. *** xref:development/setup.adoc[Creating a plugin]
  58. *** xref:development/general.adoc[Creating components]
  59. *** xref:development/scene.adoc[The Main Scene]
  60. *** xref:development/sceneexplorer.adoc[The Scene Explorer]
  61. *** xref:development/projects_assets.adoc[Projects and Assets]
  62. *** xref:development/extension_library.adoc[Create a library plugin from a jar file]
  63. *** xref:development/model_loader.adoc[Create a new or custom model filetype and loader]