mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboOs.git
synced 2026-06-16 02:16:17 +00:00
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>}
|
|
*/ |