3dexperiments/src/engine/voxel/voxeltexture.js

10 lines
123 B
JavaScript
Raw Normal View History

2020-04-09 12:57:00 +00:00
import Screen from '../screen'
function generateTextureMap (registeredVoxels) {
// body...
}
const VoxelTexture = {
}