{ "Compiler": { "RootNamespace": "Boxfish", "DefineConstants": "SANDBOX;ADDON;DEBUG", "NoWarn": "1701;1702;1591;", "WarningsAsErrors": "", "TreatWarningsAsErrors": false, "Nullables": false, "Whitelist": true, "ReleaseMode": "Debug", "AssemblyReferences": [], "IgnoreFolders": [], "DistinctAssemblyReferences": [] }, "Resources": "", "CodePackageReferences": [] }
Name | Size | |
.bin | ||
text_snippet | manifest.json | 49B |
text_snippet | package.fish.boxfish.cll | 15.4KB |
text_snippet | package.fish.boxfish.xml | 21.9KB |
assets/resources | ||
text_snippet | base-atlas.png | 2KB |
text_snippet | base.voxatlas | 1.1KB |
text_snippet | base.voxatlas_c | 1.1KB |
assets/shaders | ||
text_snippet | base_voxel.shader | 3.1KB |
text_snippet | base_voxel.shader_c | 141.7KB |
assets/shaders/lib | ||
text_snippet | voxel_utils.hlsl | 2.3KB |
text_snippet | boxfish.sbproj | 673B |
code | ||
text_snippet | Assembly.cs | 536B |
code/BaseVoxelVolume | ||
text_snippet | BaseVoxelVolume.Chunk.cs | 4.4KB |
text_snippet | BaseVoxelVolume.cs | 1.9KB |
text_snippet | BaseVoxelVolume.Mesh.cs | 6.8KB |
text_snippet | BaseVoxelVolume.Object.cs | 3.4KB |
text_snippet | BaseVoxelVolume.Query.cs | 4.4KB |
code/BaseVoxelVolume/Pathfinding | ||
text_snippet | BaseVoxelVolume.AStar.cs | 6.2KB |
text_snippet | BaseVoxelVolume.Pathfinding.cs | 7.7KB |
code/Components | ||
text_snippet | AtlasResource.cs | 7.4KB |
text_snippet | Voxel.cs | 1011B |
text_snippet | VoxelVertex.cs | 904B |
text_snippet | VoxelVolume.cs | 3.1KB |
code/Utility | ||
text_snippet | AmbientOcclusion.cs | 3.4KB |
text_snippet | HeapSort.cs | 2.1KB |
text_snippet | VertexBuffer.cs | 2.9KB |
text_snippet | VoxelUtils.cs | 1.2KB |