
-----------------------------------
Catalyst
Mon Mar 29, 2004 1:59 am

3D Perlin Noise
-----------------------------------
Both the clouds and the terrain are animated using 3D Perlin Noise
(the third dimension in this case is time)

post what deltaTime is on ur machine (mine is 168  :x(~6fps) )

note: The program doesnt seem to want to close when its done, so use ctrl al del to kill it after its done (even tho it disapears it is still there)

note2: Any ideas on why a prog wouldnt close when its done? (100 bits to anyone who points me in a direction that eventually works)

-----------------------------------
jonos
Mon Mar 29, 2004 7:52 am


-----------------------------------
thats some really cool stuff, kindof trippy

delta time around 117
yeah it didn't close but maybe what you have to do is kill what it is doing when the user exits it, because maybe it just keeps going after that.

-----------------------------------
Tony
Mon Mar 29, 2004 9:17 am


-----------------------------------
117 on school's P4.

and yeah, once you close the window, the program doesn't end. It is still running and taking up  :? 99% of CPU, lol :lol:

I don't know how your program is handling onQuit event but I'm guessing it does not terminate some procedures.

-----------------------------------
Catalyst
Mon Mar 29, 2004 5:08 pm


-----------------------------------
thats the weird thing everthing is done

ive used an output file to see how far it gets and the output file write to the file even after the return statement in main()[/code]

-----------------------------------
Blade
Tue May 25, 2004 11:14 pm


-----------------------------------
on mine it closes...
