Ok, so me and my friend are two modellers and we are working on our own Ipod game. However, neither of us can code/program which leads me to my main question: Which engine should we use? UDK looks promising and has a node based events system to aid our lack of coding, however it might be a bit too much for a game that has…
I made a filter that takes any position map you want and turns it into a fully voxelized and raytraced scene, as a joke https://www.youtube.com/watch?v=hkTwYULRlUM Artstation Post https://www.artstation.com/artwork/0nQ2XG
In fact when "repeating" the pattern in the three directions (120 segree "apart") and constraining onto the triangle like in case of pattern generation then the spherical projection does work and the "continuoes curves" does fit. Used the almost legaxy trick in blender to instance those pattern geometry on th faces of…
*** SOLVED *** So thanks to my team member Ryan Manning he has figured this issue out! So for anyone else trying to fix this issue were is what you need to know: From CryDocs: "CRYENGINE will automatically try to replace physics proxies with parametric primitives by comparing the proxy geometry against the supported…
I know theirs a few, I'll see if I can dig them up later. till then here's some of my notes from when I was learning it, some of it may be off but I've tried to update it to some degree (incoming wall of text): MAYA Notes Basics Menu names: 1st down (menu type) = Status line 2nd down (Tabs) = Shelf Left = Toolbox Spacebar…
Eric Chadwick said: Turning it into a gifv is a clever workaround, thanks! I edited the post with the new link. ------ I'm doing the nodes equivalent of refactoring code, still a work in progress, but I got a few interesting things to show. Technically I already can easily create hair with them, I just want to wrap up some…
This is a great thread, lots of stuff I didn't know. commander_keen would you mind explaining the math and/or process behind the lightmap modulation? I'm currently coding my own pixel shaders in Unity for the Sidescroller challenge going on right now and I'd like to be able to do more than just multiply my lightmap on top…