Next beta will have Particle Cache Loading implemented as a scene object. Each Particle Loader object will be able to load an arbitrary number of particle files, and you will be able to create an arbitrary number of Loaders.
Each Loader will have separate Viewport and Render settings for Particle Percentage and Limit, Color Source (Node’s wirecolor, Saved Colors, Node’s Material Self-Illum channel), will have the option to ignore or respect the node’s transformation (so you can have as many particle files linked to as many nodes as you want), and of course, separate timing controls per Loader.
As you would expect, all Loaders will be capable of showing a Percentage of the particles as color points in the viewport for realtime feedback :o)
You will be able to instance Loaders, disable the particle viewport display and rendering per node and some other useful things…
Yes. Currently, they will show the RGB color only.
Don’t think we are doing anything with opacity yet (that would be close to realtime Krakatoa rendering in viewports so I think it is out of scope for now)
Not entirely. First off, you would be lacking the illumination and filtering, and second, Krakatoa is, in theory, able to render billions of particles. My video card gets sluggish before it hits 3 million viewport dots.
Many point based renderers (actually, all the ones I’ve seen in the past 3 years other than Krakatoa) are rendered in hardware, so it wouldn’t be terribly odd at that point either, but I don’t need Krakatoa to be a viewport renderer, I need it to be something that I can render on Deadline with.
The challenge here is that 3ds Max doesn’t give direct access to the hardware. I may be missing something, but it looks like the provided facilities aren’t enough to the hardware rendering in the viewport in the way that would be necessary.
We once implemented a similar plugin for Maya, which provides the opengl context directly, and there we were able to get near-realtime rendering with blending of more than a million particles.