iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
114 stars 32 forks source link

PMF Editor doesn't rotate(?) while in iceball.exe #72

Closed MrHax closed 11 years ago

MrHax commented 11 years ago

The title above. I cannot run iceball-gl, so i changed the parameters inside pmfeditor.bat from 'iceball-gl -s...' to 'icebal -s...'. Opening the editor is fine, no problem, so is adding blocks, coloring, rotating- at least by the x/y/y2 coordinates. It doesn't rotate the model. 10se1ucgo said it's still rotating, but since the model itself is rendered as a FLAT SQUARE, not a cube like in iceball-gl. Fix it, please, grease?

iamgreaser commented 11 years ago

This is not a bug. The software renderer is meant to be fast, and trying to render a pmf model as a bunch of cubes instead of a bunch of squares is a total fucking waste of time, both for me AND the CPUs running it. The reason why the OpenGL renderer renders pmfs as cubes is because it is MUCH easier to just do it that way than it is to fuck around with billboard sprites.

Closing.