OK! Just uploaded the version 3.6.0 BETA 1... I decided to put a small beta 1 before to release the final version because touched too much code and I'm pretty sure any ugly error will appear Changes include a complete C++ SDK with documentation, a new and improved antialiasing method that consumes 8x less memory and is…
Hi All, I've a material setup which I haven't made my self, but i would like to build in AO node. The problem is that I don't realy know how to connect AO node (outlined in green) The node starts from the Diffuse_base and then splits up with a Texture_A and A_dirt_on/off which can be controlled secondly there are…
Hi everyone, I just wanted to share here some nodes I have made available for free on gumroad. You can get them here: https://gum.co/non-uniforms – Non-uniform HSL The purpose of this node is to create colour variation from simple colours, and to help in colourizing flood fills. With this node you can have a simple colour…
Development of a tool to send static mesh and ISMs from Maya to Unreal. Once it's complete I'll move the finished code up top for easy answer in future. Maya side python code so far (by the way, code tags don't seem to format properly for me): Mostly good but results with a blank row every other row: Trying to figure out…
Another day another 'bunch-of-stuff-thats-not-exactly-game-art-related-but-we-think-you'll-love-it' post. Enjoy! * Cody Wentworth * Time lapse video Discovery * Flightpattern After the jump! [caption id="attachment_545" align="alignright" width="180" caption="Illustrations by Cody Wentworth"] [/caption]Cody Kenworthy Cody…
mmm, well I've had lights breaking when trying to use the mats customize utility to setup a scene once or twice, if that could never happen that would be great, it used to also get "lost" behind that preview sphere (you could click) to put the light behind the object, which kind sucked the 1st few times. Forget why i had…
The standard code is: [html]transform: rotate();[/html] However not all browsers understand that piece of code by itself, that's why we add those duplicates with extensions. It allows the other browsers to work with the code. Trust me, it's my biggest headache when it comes to using CSS3 since not all the functions are…
Hi guys finally decided to come over to the new boards with a little suprise. Like all things decided to move rol with the times and port the mod from quake 3 over to Unreal 2004. This is mainly so we can get our vehicles into the game alot nicer and without ridiculous coding. So with saying that I'd like to share a few…
I wouldn't suggest using this code as you are constantly making new shading graphs. You should probably catch the exit way earlier by asking for the texture first and early out then if the user cancelled. At the moment if you cancel you leave the shading networks around. Anywho here is a way to do the conditional check.…