feat:currently remove rotationX,rotationY

This commit is contained in:
pengfei.zhou
2019-11-29 19:33:54 +08:00
parent 2fb05f9dc1
commit e2df869b52
3 changed files with 3 additions and 55 deletions

View File

@@ -59,12 +59,10 @@ export interface IView {
* float [0,..1]
*/
pivotY?: number
/**
* rotation*PI
*/
rotation?: number
rotationX?: number
rotationY?: number
/**----------transform----------*/
}
@@ -331,12 +329,6 @@ export abstract class View implements Modeling, IView {
@Property
rotation?: number
@Property
rotationX?: number
@Property
rotationY?: number
/**----------transform----------*/
}