@almighty_gir if your using the cubemap blur technequne that was posted in post #154 did you change the custom code to point to lod instead of bias? in the custom node changereturn texCUBEbias(PixelTextureCube_0,float4(BiasInput, rough)); toreturn texCUBElod(PixelTextureCube_0,float4(BiasInput, rough)); that seemed to have…
http://help.autodesk.com/view/Stingray/ENU/ You might be able to dig up a couple of things from the help files. There are references for the Lua API and for the flow nodes. IDK if you can get a C++ engine plugin working without source code access, but it might be worth the old college try.
GlowingPotato> Glad that helped you :) Ignore my previous question... Forgot that the Texture Map node was a group as any. If you enable advanced mode and look for yourself you can see that the "ConvertToLinearSpace" = x^2.2. At least in Maya 2015 which I have at home. I've got 2016 at work.
Sos for the late answer, glad you made it. Custom Nodes are for you to plug your custom HLSL code into, but I see no reason for you to do it for texture offsetting. What I meant with a "float2" is a vector of 2. You can create one by holding down the "2" button and leftclicking into the editor.
@pming Thanks! She is doing some very cool work and I have seen it before. I actually have the first volume. It is good but it is more code then what I expected. Can definitely recommend it. But for this project I will try to do as much as I can with nodes. And it is quite interesting :smile:
Looking for an Artist Partner for a Survival RPG (3D/UI/Sound) – Revenue Sharing I am looking for an artist partner for my open-world survival RPG project. I have been developing this game alone for a long time, but to take it to the next level, I need someone who can completely take over the artistic side. This includes…
Is there any reason you would want to keep the "polySplit" history node after disconnecting it? Because deleting the Connection and deleting the whole Node produces different results. For instance. Create a polygon cube, add some splits with Split Polygon Tool. This produces a polySplit history node. Now, with whatever…
So was trying to get more into the fundamentals of substance especially creating patterns with like 1-4 nodes to keep it simple - I made like 17 of these ( lets say im happy to show 17/40 :P ) I spent like 10-12 hours on it, also I tried to get into tool bag for rendering, later on I added some dirt to the Pattern. The…
http://cganimator.com/unofficial-3dsmax-whats-new/ 3dsMax 2021 * No SDK Break – Plugins compiled for Max 2020 are supported in Max 2021 Full MikkT Space Support for Normal Map * Baking -Scanline Renderer can output normal map in MikkT sapce * Rendering – Normal map in MikkT space can be rendered in Scanline Renderer *…