Thread: 3D Script
View Single Post
  #12  
Old 03-28-2004, 05:27 PM
amonrabr amonrabr is offline
Scripter
Join Date: Nov 2001
Location: Brazil
Posts: 374
amonrabr is on a distinguished road
Quote:
Originally posted by Kaimetsu
Out of curiosity, have you considered the possible problems in using shaded polygons instead of wireframes? It's quite an interesting puzzle to solve
The main reason I made this script is to show R² -> R functions to learn and make my own functions.. So, shaded polygons are fast and better to see the results... I made the whole script to be fast, couse my computer isnt all that good, thats why It doesnt draw in loop like the sphere.. It just draw when you change a variable.. Also to draw this way, probably you saw in the script.. I just give the initial and final position of each line.. so Its pretty easy to draw it with triangles or squares just adding some script lines. I made the wrost and difficult way, but It gives the best "show functions" result.. I think..
Reply With Quote