예제 #1
0
 public LightValue this[int x, int y, int z]
 {
     get { return(storage.Get(x, y, z)); }
     set { storage.Set(x, y, z, value); }
 }
예제 #2
0
 protected override VoxelTypeID GetVoxelID(int x, int y, int z)
 {
     return(storage.Get(x, y, z));
 }