소스 검색

docs: added threejs docs

Alvaro 2 년 전
부모
커밋
e5d604d75d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/api/instances-arguments-and-props.md

+ 2 - 0
docs/api/instances-arguments-and-props.md

@@ -21,6 +21,8 @@ With **Tres** you don't need to import anything, that's because **Tres** automat
 </template>
 ```
 
+This mean that you can the same [documentation](https://threejs.org/docs/) as you where using plain ThreeJS, but with the power of Vue.
+
 ## Declaring objects
 
 If we follow this argument, you should be able to lay out an instance like this: ❌