Initial Commit

This commit is contained in:
Toomas Tamm
2020-11-28 16:54:41 +02:00
parent 97292ee26e
commit ea967135f2
4217 changed files with 2945663 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a490d5ae78d2b40408e40c7a94adc9f6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2e128af5fc364d04cbe70030007a473e
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 6cd2d0a79ec5af7428b2aaf3f2062554
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 0
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[CreateAssetMenu(fileName = "DBV_GrassData", menuName = "Delta/Kristo/Grass_Data")]
public class GrassPositionScriptableObject : ScriptableObject {
[HideInInspector]
public List<Vector3> points = new List<Vector3>();
public struct cell {
public int[] arrayOfPointIndexes;
}
public struct occlusionCell {
public int cellIndex;
public int[] arrayOfVisibleOcclusionCellIndexes;
}
[HideInInspector]
public List<cell> cells = new List<cell>();
[HideInInspector]
public List<occlusionCell> occlusionCells = new List<occlusionCell>();
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1bbb7ddcdfb501845bff224521ebbcca
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: