mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
Merge branch '3.6' into 3.7-beta
This commit is contained in:
commit
9a6da01892
@ -45,6 +45,7 @@ namespace Spine {
|
|||||||
SkeletonClipping clipper = new SkeletonClipping();
|
SkeletonClipping clipper = new SkeletonClipping();
|
||||||
GraphicsDevice device;
|
GraphicsDevice device;
|
||||||
MeshBatcher batcher;
|
MeshBatcher batcher;
|
||||||
|
public MeshBatcher Batcher { get { return batcher; } }
|
||||||
RasterizerState rasterizerState;
|
RasterizerState rasterizerState;
|
||||||
float[] vertices = new float[8];
|
float[] vertices = new float[8];
|
||||||
int[] quadTriangles = { 0, 1, 2, 2, 3, 0 };
|
int[] quadTriangles = { 0, 1, 2, 2, 3, 0 };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user