├── InspectorDesigner.meta ├── InspectorDesigner ├── AlignWithPlanetHelper.cs ├── AlignWithPlanetHelper.cs.meta ├── StampParent.cs ├── StampParent.cs.meta ├── StampPlaceEditor.cs └── StampPlaceEditor.cs.meta ├── MeshGeneration.meta ├── MeshGeneration ├── Helpers.meta ├── Helpers │ ├── FastPoisonDiskSampling.cs │ ├── FastPoisonDiskSampling.cs.meta │ ├── HelperClasses.cs │ ├── HelperClasses.cs.meta │ ├── ReloadTrigger.cs │ ├── ReloadTrigger.cs.meta │ ├── SimpleBowyerWatson.cs │ └── SimpleBowyerWatson.cs.meta ├── Jobs.meta ├── Jobs │ ├── ChunkStampCountJob.cs │ ├── ChunkStampCountJob.cs.meta │ ├── HeightSampleJob.cs │ ├── HeightSampleJob.cs.meta │ ├── MeshPreparationJob.cs │ ├── MeshPreparationJob.cs.meta │ ├── MeshSkirtsJob.cs │ ├── MeshSkirtsJob.cs.meta │ ├── PatchTriangulationJob.cs │ ├── PatchTriangulationJob.cs.meta │ ├── VegetationSpawningJob.cs │ ├── VegetationSpawningJob.cs.meta │ ├── VertexPassJob.cs │ └── VertexPassJob.cs.meta ├── TriangulationBenchmark.cs └── TriangulationBenchmark.cs.meta ├── README.md └── README.md.meta /InspectorDesigner.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec86b7f314fe4636b5154ec0d98c74ab 3 | timeCreated: 1650633611 -------------------------------------------------------------------------------- /InspectorDesigner/AlignWithPlanetHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/InspectorDesigner/AlignWithPlanetHelper.cs -------------------------------------------------------------------------------- /InspectorDesigner/AlignWithPlanetHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/InspectorDesigner/AlignWithPlanetHelper.cs.meta -------------------------------------------------------------------------------- /InspectorDesigner/StampParent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/InspectorDesigner/StampParent.cs -------------------------------------------------------------------------------- /InspectorDesigner/StampParent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/InspectorDesigner/StampParent.cs.meta -------------------------------------------------------------------------------- /InspectorDesigner/StampPlaceEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/InspectorDesigner/StampPlaceEditor.cs -------------------------------------------------------------------------------- /InspectorDesigner/StampPlaceEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efca0f1f052b42c39a3ce4e908750a6d 3 | timeCreated: 1653061016 -------------------------------------------------------------------------------- /MeshGeneration.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration.meta -------------------------------------------------------------------------------- /MeshGeneration/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4ae9e765e7046cbb1bb590e6f895b27 3 | timeCreated: 1649510703 -------------------------------------------------------------------------------- /MeshGeneration/Helpers/FastPoisonDiskSampling.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Helpers/FastPoisonDiskSampling.cs -------------------------------------------------------------------------------- /MeshGeneration/Helpers/FastPoisonDiskSampling.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d553cb49eb3c4c01bbd65d6212957769 3 | timeCreated: 1662136941 -------------------------------------------------------------------------------- /MeshGeneration/Helpers/HelperClasses.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Helpers/HelperClasses.cs -------------------------------------------------------------------------------- /MeshGeneration/Helpers/HelperClasses.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea6b3db34d6b4e9eb5e0baf574f65d23 3 | timeCreated: 1649510719 -------------------------------------------------------------------------------- /MeshGeneration/Helpers/ReloadTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Helpers/ReloadTrigger.cs -------------------------------------------------------------------------------- /MeshGeneration/Helpers/ReloadTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Helpers/ReloadTrigger.cs.meta -------------------------------------------------------------------------------- /MeshGeneration/Helpers/SimpleBowyerWatson.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Helpers/SimpleBowyerWatson.cs -------------------------------------------------------------------------------- /MeshGeneration/Helpers/SimpleBowyerWatson.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8256fdba1afa4287a55c814c82f26994 3 | timeCreated: 1649442458 -------------------------------------------------------------------------------- /MeshGeneration/Jobs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs.meta -------------------------------------------------------------------------------- /MeshGeneration/Jobs/ChunkStampCountJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs/ChunkStampCountJob.cs -------------------------------------------------------------------------------- /MeshGeneration/Jobs/ChunkStampCountJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c43ee6f9d1dd43308010ad41330919ed 3 | timeCreated: 1652738004 -------------------------------------------------------------------------------- /MeshGeneration/Jobs/HeightSampleJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs/HeightSampleJob.cs -------------------------------------------------------------------------------- /MeshGeneration/Jobs/HeightSampleJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0806f04533b4525a835e9f8fce17258 3 | timeCreated: 1649107355 -------------------------------------------------------------------------------- /MeshGeneration/Jobs/MeshPreparationJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs/MeshPreparationJob.cs -------------------------------------------------------------------------------- /MeshGeneration/Jobs/MeshPreparationJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7779e043609c44e190f45ba7f3cc29f1 3 | timeCreated: 1649182368 -------------------------------------------------------------------------------- /MeshGeneration/Jobs/MeshSkirtsJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs/MeshSkirtsJob.cs -------------------------------------------------------------------------------- /MeshGeneration/Jobs/MeshSkirtsJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b084da6614a04789b6733522017e453f 3 | timeCreated: 1652729132 -------------------------------------------------------------------------------- /MeshGeneration/Jobs/PatchTriangulationJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs/PatchTriangulationJob.cs -------------------------------------------------------------------------------- /MeshGeneration/Jobs/PatchTriangulationJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 499642f9cc5044fcaddad17502226db2 3 | timeCreated: 1649490482 -------------------------------------------------------------------------------- /MeshGeneration/Jobs/VegetationSpawningJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs/VegetationSpawningJob.cs -------------------------------------------------------------------------------- /MeshGeneration/Jobs/VegetationSpawningJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 668aa80314144349a564f3511775d5f5 3 | timeCreated: 1663187513 -------------------------------------------------------------------------------- /MeshGeneration/Jobs/VertexPassJob.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/Jobs/VertexPassJob.cs -------------------------------------------------------------------------------- /MeshGeneration/Jobs/VertexPassJob.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ba4a5b35ce74432a57732dae6cb3aef 3 | timeCreated: 1649108426 -------------------------------------------------------------------------------- /MeshGeneration/TriangulationBenchmark.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/MeshGeneration/TriangulationBenchmark.cs -------------------------------------------------------------------------------- /MeshGeneration/TriangulationBenchmark.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e469c8e09abe4fabb3a15b3b06e8092f 3 | timeCreated: 1652380219 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rearth/MeshGenerationSamples/HEAD/README.md.meta --------------------------------------------------------------------------------