瀏覽代碼

Fix comment

David `Deltakosh` Catuhe 5 年之前
父節點
當前提交
b10122ccc0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/Cameras/arcRotateCamera.ts

+ 1 - 0
src/Cameras/arcRotateCamera.ts

@@ -56,6 +56,7 @@ export class ArcRotateCamera extends TargetCamera {
     /**
      * Defines the target point of the camera.
      * The camera looks towards it form the radius distance.
+     * Please note that you can set the target to a mesh and thus the target will be copied from mesh.position
      */
     public get target(): Vector3 {
         return this._target;