Thread: 3d
View Single Post
  #19  
Old 08-08-2004, 06:07 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by R0bin
Shame its not a perfect sphere, Master Storm or someone showed me a sphere which was much MUCH more efficient than both kai's and this one, it was maybe 30 lines of code? didnt skip at all, etc.
There's a difference between code size and efficiency. I believe I've seen what you're referring to. It's far more than thirty lines, the lighting doesn't work properly and it cheats by using showpoly2 rather than projecting manually.

Quote:
Originally Posted by amonrabr
when an event has an external param.. like Keypress has #p() params.. The script is called twice
Yes. But the screen only updates once, meaning the second processing was wasted time, serving no purpose but to desync the animation slightly. I already explained this.
__________________