ソースを参照

stack reposition spatial table cell data by moving to new line

mitm001 5 年 前
コミット
f3fb5ac305
1 ファイル変更6 行追加3 行削除
  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
 
 |===