mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
zSpacing defaults to 0.
This commit is contained in:
parent
6e3a254aac
commit
c9aabe4c63
@ -42,7 +42,7 @@ public class SkeletonComponent : MonoBehaviour {
|
|||||||
public float timeScale = 1;
|
public float timeScale = 1;
|
||||||
public bool calculateNormals;
|
public bool calculateNormals;
|
||||||
public bool calculateTangents;
|
public bool calculateTangents;
|
||||||
public float zSpacing = 0.1f;
|
public float zSpacing;
|
||||||
private MeshFilter meshFilter;
|
private MeshFilter meshFilter;
|
||||||
private Mesh mesh, mesh1, mesh2;
|
private Mesh mesh, mesh1, mesh2;
|
||||||
private bool useMesh1;
|
private bool useMesh1;
|
||||||
|
|||||||
@ -42,7 +42,7 @@ public class SkeletonComponent : MonoBehaviour {
|
|||||||
public float timeScale = 1;
|
public float timeScale = 1;
|
||||||
public bool calculateNormals;
|
public bool calculateNormals;
|
||||||
public bool calculateTangents;
|
public bool calculateTangents;
|
||||||
public float zSpacing = 0.1f;
|
public float zSpacing;
|
||||||
private MeshFilter meshFilter;
|
private MeshFilter meshFilter;
|
||||||
private Mesh mesh, mesh1, mesh2;
|
private Mesh mesh, mesh1, mesh2;
|
||||||
private bool useMesh1;
|
private bool useMesh1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user