浏览代码

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>
 </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
 ## Declaring objects
 
 
 If we follow this argument, you should be able to lay out an instance like this: ❌
 If we follow this argument, you should be able to lay out an instance like this: ❌