Moonlight|3D 0.5.5 Released
oxygene2k2 writes "I just finished the release preparations for Moonlight|3D 0.5.5. "Moonlight?" you might think, taking a look at slashdot's nice search function and see that there are two articles from 2000 claiming that it's dead. It's alive again and this release was made to show this. We hope to attract both users and developers with this. Take a look at the Release Announcement for the Mailinglist, our development site and the press releases in english, german,
french,
italian and
spanish."
Moonlight 3D is a ray tracer and Blender is a scan line renderer. Blender will likely never have/be a raytracer natively (although export scripts to a few ray tracers exist). These are two *very* different approaches to rendering so by no means would I say that Blender and Moonlight are cut from the same cloth.
Best of luck to the Moonlight 3d team! Its a spiffy little app with a nice interface and plenty of potential!
G. Washington on Government "it is force. Like fire, it is a dangerous servant and a fearful master."
I played about with Moonlight 3D some time ago and found it far easier to use then Blender 3D.
To me, the user interface was quite simply far more user friendly then Blender is. (Of course, that is a matter of opinion and that is my opinion.)
If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
O(n) describes how the processing time of a problem increases when more elements are put into the input set. For example, O(n) means that when you add 1 to the input set, you add 1 to the number of loops at runtime.
O(2^n) means that for each element you put into the input set, the number of loops doubles. Thus, while an input set with 3 elements in it would loop 8 times, an input set with 4 elements would loop 16, etc. The number gets unmanageable fast - 10 elements = 1024 loops, 20 elements = 1048576 loops, 100 elements = 1267650600228229401496703205376 loops. Basically, it means that for any significant amount of data, don't expect it to be finished in your lifetime.
I can't say that I don't give a fuck. I've just run out of fuck to give.