소스 검색

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
 
 |===