Browse Source

stack reposition spatial table cell data by moving to new line

mitm001 5 năm trước cách đây
mục cha
commit
f3fb5ac305
1 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 6 3
      docs/modules/tutorials/pages/beginner/hello_node.adoc

+ 6 - 3
docs/modules/tutorials/pages/beginner/hello_node.adoc

@@ -320,9 +320,12 @@ thing.setLocalTranslation( new Vector3f( 0.0f, 40.2f, -2.0f ) );
 thing.move( 0.0f, 40.2f, -2.0f );
 ----
 
-a|+right -left
-a|+up -down
-a|+forward -backward
+a|+right +
+-left
+a|+up +
+-down
+a|+forward +
+-backward
 
 |===