-
-
Notifications
You must be signed in to change notification settings - Fork 278
yomotsu:main←abernier:main #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@abernier/camera-controls
@abernier/camera-controls
…o canary-abernier-pkg
…o rm-module-closure-vars
…o rm-module-closure-vars
Rm module closure vars
release
let THREE: THREESubset; | ||
let _ORIGIN: _THREE.Vector3; | ||
let _AXIS_Y: _THREE.Vector3; | ||
let _AXIS_Z: _THREE.Vector3; | ||
let _v2: _THREE.Vector2; | ||
let _v3A: _THREE.Vector3; | ||
let _v3B: _THREE.Vector3; | ||
let _v3C: _THREE.Vector3; | ||
let _cameraDirection: _THREE.Vector3; | ||
let _xColumn: _THREE.Vector3; | ||
let _yColumn: _THREE.Vector3; | ||
let _zColumn: _THREE.Vector3; | ||
let _deltaTarget: _THREE.Vector3; | ||
let _deltaOffset: _THREE.Vector3; | ||
let _sphericalA: _THREE.Spherical; | ||
let _sphericalB: _THREE.Spherical; | ||
let _box3A: _THREE.Box3; | ||
let _box3B: _THREE.Box3; | ||
let _sphere: _THREE.Sphere; | ||
let _quaternionA: _THREE.Quaternion; | ||
let _quaternionB: _THREE.Quaternion; | ||
let _rotationMatrix: _THREE.Matrix4; | ||
let _raycaster: _THREE.Raycaster; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now static and accessible through this.ctor.*
(more portable when subclassing)
@@ -1,6 +1,9 @@ | |||
{ | |||
"name": "camera-controls", | |||
"name": "@abernier/camera-controls", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"dist" | ||
], | ||
"repository": "yomotsu/camera-controls", | ||
"repository": "abernier/camera-controls", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: canary-* | ||
prerelease: true | ||
channel: canary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support for canary release for canary-*
branches
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
chromatic integration ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i've exported more useful stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added dependabot
* setup * ci * . * .
* CameraControlsState["spherical"] * add a test * simpler test
release
[](https://www.npmjs.com/package/@abernier/camera-controls) | ||
[](https://dev--68888af2a4f99a664aba1eb5.chromatic.com) | ||
[](https://www.chromatic.com/library?appId=68888af2a4f99a664aba1eb5&branch=dev) | ||
|
||
this is my fork of original [yomotsu/camera-controls](https://github.com/yomotsu/camera-controls) | ||
|
||
<details> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abernier |
Caution
DO NOT MERGE as is
Warning
see⚠️ in review: some changes are fork's specific
this PR shows the work of my fork abernier/camera-controls