VOXData3DTexture.create constructor
Implementation
VOXData3DTexture.create([super.data,super.width = 1, super.height = 1, super.depth = 1]){
format = RedFormat;
minFilter = NearestFilter;
magFilter = LinearFilter;
unpackAlignment = 1;
needsUpdate = true;
}