Changeset View
Changeset View
Standalone View
Standalone View
render_povray/df3.py
| Context not available. | |||||
| self.maxY = y | self.maxY = y | ||||
| self.maxZ = z | self.maxZ = z | ||||
| size = size-6 | size -= 6 | ||||
| if (size == x*y*z): format = 8 | if (size == x*y*z): format = 8 | ||||
| elif (size == 2*x*y*z): format = 16 | elif (size == 2*x*y*z): format = 16 | ||||
| elif (size == 4*x*y*z): format = 32 | elif (size == 4*x*y*z): format = 32 | ||||
| Context not available. | |||||