max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

Chunk property naming (.dims abbreviation) #59

Open timoxley opened 11 years ago

timoxley commented 11 years ago

.dims is abbreviated, yet .position and .voxels is not. Should probably abbreviate them all or spell them all out.

dims: Array[3]
position: Array[3]
voxels: Int8Array[64]
max-mapper commented 11 years ago

+1

deathcap commented 10 years ago

If the chunk format is changed to use ndarray https://github.com/maxogden/voxel/pull/18 then dims will become shape