Looks good matey, have you shared the ShaderFX file anywhere? I tried to recreate your graph from the picture but none of the available nodes in ShaderFX give me the texcoord with the RG outputs you have on the left? Ta!
This one I really need help with... I've finished my new portfolio scene with shader maps assigned to and all but when I booted up to do final renders today, Mental Ray suddenly could not render. The script editor said it's out of memory, I tried restarting and optimize scene size but nothing is helping it. This is what my…
you could do this: string $suffix = match("[0-9]+", `match "[[0-9]+]" $node`); or could use tokenize instead if you dont want to mess around with regex. The top code basically matched the [###] and then matches again for just numbers.
I have no problems making the source pixels. It's saving them in a format I can use. The photoshop DDS plugin is windows only I can make dds square files, but it seems Maya's LT reflection cube map node in shaderFX wants a cubemap DDS in a very specific format, and I need to find a way to author that using OSX tools if at…
Here's the basics of how it works. You can attach the Projection node either by searching and adding it to the work area and CTRL+MMB dragging to connect it to your lambert material node, or by selecting projection instead of "file" when you'd normally choose what to fill the color attribute with. Then you add your texture…
So there's a few things you'll want to do to make sure your scene is set to take full advantage of you PPC. By default the World setting usually want to maintain as much control as they can, which defeats the purpose of having a PPC in the first place (except in certain situations). First, in your World settings make sure…
In my experience you are somewhat out of luck with what you want from maya, at least with default materials and the basic renderer. High quality usually just fails like that on consumer ATI cards, and only sorta works on Nvidia consumer cards. Realtime shadowing... I don't think I've ever gotten that working in maya. And…
What I'm referring to is the Maya specific bugs and overall it's integration in Maya. mental ray is a good renderer but it is just not plugged into Maya very well and has never been. Just things like custom Buffers. When adding in custom passes in Maya, render times have massive overhead which would double and sometimes…
how would one calculate the angles of the servos without ik/fk anyway? (assuming you only input the position of the wrist of the robotic arm to the function moving the arm) id find it interesting if you could do your mocab device with only the use of acelerometers and gyros attached to teh limbs, with some sort of…
Open some of Epic's material shaders and break them down, it may look complicated (wires/ nodes everywhere) and un-commented but break them down (disconnect nodes, preview the nodes (right click on a node > Start Previewing), change the properties of the nodes...etc) There's also this video on how to create/ setup a master…