realtime
Popcorn FX fractalFlame
Popcorn FX is capable of some pretty sophisticated particle effects. With a little effort one can get past the “usual” turbularized effects and push the limits a bit. Here’s a “fractal flame” look made by spawning, coloring and moving particles with layered noise fields. Given the number of particles used to give the soft look it’s not really something you could include in a game or application but was a fun way to explore some techniques which could be used for more efficient effects. You can get a similar look with much better performance using a vertex shader to distort a mesh and a fragment shader with an additive fresnel transparency, but again the point of the exercise was more an exploration of PopcornFX. That said, this does run in realtime with about 24 fps in the editor, pretty nice.
Niagara Game Effects
I did a little job for a studio in Prague recently which consisted of a series of “spell” effects for a RPG. I can’t show any of those effects of course but along the way I made a number of other interesting little Niagara effects, here are a few:
The images below are a mixed bag, design wise. But they were fun to make. Oddly the brief was to make effects which were baked down into spritesheets, for a mobile release. It was strange, but it did allow me to up some particle counts and rely less on billboards in Niagara. I’m not sure I like the look but it was nice to be able to explore Niagara in this way.
Update – MatCap (litsphere) shading in Softimage 2013
A discussion about Mudbox and Zbrush-style shading arose on the Softimage mailing list. Their signature look comes from “MatCap” shaders (originally known as lit-spheres.) It’s a popular way to achieve a custom lighting solution from a texture, in realtime, which is particularly useful when modeling – you can get a nice clay or sculpy “look” to geometry in realtime. It’s also useful for creating nonphotorealistic (NPR) looks in realtime, toon shading etc.
As mentioned in an earlier post, the grey-ball shader in mental ray can render litsphere textures, and a user suggested that in the high quality viewport you can get the desired result by plugging the metaSL node “Map_ball” into the environment channel. The problem with this is the result (on my machine, at least) appears in world space. A proper litsphere should be in view space.
But it called my attention to something important – almost all of the metaSL nodes used in Mental Mill are now accessible in the render tree and can be used similarly – meaning for most intents and purposes all softimage users now have Mental Mill. Which is awesome.
But we still needed a solution for matcap functionality in the high quality viewport. So I bit the bullet and wrote a metaSL shader which seems to do the trick. It can be used for both realtime performance in the high quality viewport as well as full renders in mental ray (and any other platform supporting metaSL.)
Update: Daniel Brassard kindly fixed some bugs, the new version is now available below. Thanks Daniel!
Here’s the shader (MetaSL ~2kb): litspherev11
More examples of the shader:
Setting up a realtime litsphere shader in Maya
In an earlier post I discussed and shared a litSphere (or Matcap) shader for maya (which also works in Softimage.) Back when I made one for a place I worked I also made this artist’s guide for coworkers, which I just found while sorting through my hard drive.
The shader I made available here is not the one I made (it’s no longer mine to share) but one in the public domain – happily this little guide still applies.
So here it is…
There are quite a few litsphere maps out there, do a little googling and you’ll find plenty. They are also easy to make in photoshop. If you want to simulate lighting from a render, you can place your advanced/non-realtime material on a sphere, render it out, and use that as your litsphere… this is great for previs and layout, you can see in your viewport a realtime approximation of your shaders. And since it works out-of-box it’s a useful trick for studios which don’t have the resources for a more advanced realtime visualization system.
Your results will vary depending on your graphics card. Softimage users, I’m not much of a shader guy but it shouldn’t be too difficult to set up a good solution for the high quality viewport (which, by the way, hasn’t gotten the attention it deserves – sure it needs work but its a huge step in the right direction.) If I get a chance I’ll see what I can come up with, it would be nice to be able to model in a viewport with shading looking similar to Zbrush etc. I’d also like to have a simple solution for lit sphere shading in Arnold and Vray. Any shader gurus out there who are interested in the idea contact me and I’ll share what I have (for what it’s worth.)
Fury Particle Renderer gets Furious-er
As long as we are talking about Exocortex, they just posted this exciting preview of the next version of their point rendering tool Fury.
For those of you wondering why this is important, it’s simple enough. Fury is fast. Really, really fast. And it was written by Ben Houston, the original author of Krakatoa, a tool of choice for rendering particles. Softimage, Max and Maya users alike can move their simulations to ICE (or create their simulations with ice directly) and partake in the Fury awesomeness.
LOOK at it. 1 million points. Self shadowing and cast shadows. 1-second-per-frame.
“The major new features in Fury 2.0:
* GPU-accelerated particle self-shadowing * Shadow maps * Built-in compositing previewing. * Command line renderer support. * Synchronized Softimage and Maya support.
In this example, 1 million points are lit and rendered in about 1 second per frame and the shadow map is also created at the same time. Motion blur and DOF do not slow down rendering time.
The simulation in this example is from a alpha-version of SlipstreamVX 2.0 and thus the smoke motion isn’t quite perfect in this video.”
Mental Mill and Softimage
If you are already an experienced shader writer, Mental Mill doesn’t have much to offer, auto-generated code won’t appeal. But for TDs who haven’t the experience or time needed to get a shader going, it’s a huge boon. It’s also a way to get a feel for shader code, letting you experiment and see how the code changes as a concept is changed.
Here’s the mental mill blog, with some info for softimage users.
What’s important for everyone to know about Mental Mill is that the same “tree” can be used to generate code for multiple rendering types – with a few caveats, you can create a shader for Mental Ray, a matching realtime shader, and a renderman compliant shader all in one go (ummm, Arnold? Oh well). For softimage users, this can give you custom solutions you can see in both the viewport and at render time. Here’s a video which covers creation of a realtime shader, for instance…
http://www.youtube.com/watch?v=E3biGBm2mkM&feature=youtubegdataplayer
Mach Studio 2 review
http://www.3dworldmag.com/2011/02/01/review-machstudio-pro-2-the-future-of-rendering/1/
A 3D World review I wrote a while back of the (now free) Mach Studio Pro v2, which I have also written about on this blog, is now online. – AM
MS Pro 2.0 – Free?
StudioGPU’s realtime renderer Mach Studio Version 2 is now available as a free download, with exporters for Max, Maya and Softimage. Hopefully this reflects a change in marketing strategy and not a discontinuation of development, as the product was beginning to mature nicely… but either way it’s a powerful tool at a great price, well worth the download. My little tests on this blog have barely scratched the surface of this renderer. It’s not a replacement for all rendering, but if you need blazingly fast render times measured in seconds and minutes instead of hours and days, while maintaining a certain basic quality (which with skill can rival mental ray and arnold), it’s the only game in town.


Fractal Explorer
What an amazing web application. Exploring 3d fractal solids in realtime, it’s nuts. Fractal Explorer