|
@@ -20,7 +20,7 @@ If you think you need to understand the scene graph concept better, please read
|
|
|
In your Java code, a Spatial is either an instance of `com.jme3.scene.Node` or a `com.jme3.scene.Geometry` instance. You use the two types of Spatials for different purposes:
|
|
|
|
|
|
|
|
|
-image::jme3/intermediate/scene-graph.png[scene-graph.png,width="",height="",align="center"]
|
|
|
+image::tutorials:intermediate/scene-graph.png[scene-graph.png,width="",height="",align="center"]
|
|
|
|
|
|
[cols="10,45,45", options="header"]
|
|
|
|===
|