mirror of
https://github.com/photonstorm/phaser
synced 2024-11-14 00:47:29 +00:00
Moved old mesh pipeline and code into own folder
This commit is contained in:
parent
427b1aa019
commit
3baecb19d4
19 changed files with 1 additions and 13 deletions
|
@ -17,7 +17,6 @@ var Geom = {
|
|||
Ellipse: require('./ellipse'),
|
||||
Intersects: require('./intersects'),
|
||||
Line: require('./line'),
|
||||
Mesh: require('./mesh'),
|
||||
Point: require('./point'),
|
||||
Polygon: require('./polygon'),
|
||||
Rectangle: require('./rectangle'),
|
||||
|
|
|
@ -54,17 +54,7 @@ var PIPELINE_CONST = {
|
|||
* @const
|
||||
* @since 3.50.0
|
||||
*/
|
||||
ROPE_PIPELINE: 'RopePipeline',
|
||||
|
||||
/**
|
||||
* The Mesh Pipeline.
|
||||
*
|
||||
* @name Phaser.Renderer.WebGL.Pipelines.MESH_PIPELINE
|
||||
* @type {string}
|
||||
* @const
|
||||
* @since 3.50.0
|
||||
*/
|
||||
MESH_PIPELINE: 'MeshPipeline'
|
||||
ROPE_PIPELINE: 'RopePipeline'
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ var Pipelines = {
|
|||
|
||||
BitmapMaskPipeline: require('./BitmapMaskPipeline'),
|
||||
LightPipeline: require('./LightPipeline'),
|
||||
MeshPipeline: require('./MeshPipeline'),
|
||||
ModelViewProjection: require('./components/ModelViewProjection'),
|
||||
MultiPipeline: require('./MultiPipeline'),
|
||||
RopePipeline: require('./RopePipeline'),
|
||||
|
|
Loading…
Reference in a new issue