forked from Jibo-Revival-Group/JiboOs
13 lines
258 B
JavaScript
13 lines
258 B
JavaScript
/**
|
|
* The mesh of the eye.
|
|
* @class EyeMesh
|
|
* @extends PIXI.mesh.Mesh
|
|
* @memberof jibo.face
|
|
* @param {PIXI.Texture} texture
|
|
*/
|
|
|
|
/**
|
|
* The points for DOF transforms.
|
|
* @name jibo.face.EyeMesh#points
|
|
* @type {Array<PIXI.Point>}
|
|
*/ |