That's a good point, I didn't think to mention geometry nodes Designer's model graph was never finished and had some pretty severe weaknesses that prevented it from ever being worth using. Houdini is fine provided you can deal with houdini - I'm not a big fan but it is by far the most powerful option. For anything where…
Just wondering if there might be some changes coming for how we can select parts of our model? In Substance you can select bu UV or by Geometry, and by no way am I trying to compare or suggest you follow them...but that aspect of their program is really quite useful. So will there be any changes in the selection process…
I was wondering if there way to instance or reference a node within the graph. I know a can create a separate graph with an input and output, and then bring that into my graph, but it seems like a pointless extra graph for such a small task. Here is what I have. I need those tile generators to always be the same, but I…
Hi there, Currently residing in New Zealand we are a small team of talented third year university students that have collaborated together over a six week pre-production cycle to create a game. We have learnt UE4 from scratch and completely by ourselves have managed to create the game Upheaval.Upheaval is an upcoming…
Cool to see everyone participating. Everyone's work seems so good. I only have a small update because another project has come up that I have to work on. I'm afraid I won't be able to work on this as much I want to. Guess Ill keep plugging along and see what comes out of it. Anyway, here is what iv'e done
Hey Maze, My bad. The code was at fault. Apparently Maya by default sets the subdivision level to 0 so that's why the if was not working. Fixed up the code and this should work Incrementing string $sel[] =`ls -sl`; for ($thisObj in $sel){ int $displaylevel[] = `displaySmoothness -query -polygonObject $thisObj`; if…
Worms AND BON JOVI, holy crap sign me up! :D Well I finally got over this damned flu and dove in and started coding today! Now that i'm looking at this project as an actual game it's pretty exciting to work on for long stretches. Easy fix to that max speed bug, i was checking world x velocity against max speed, not local…
I saw this topic coming up from time to time, and today I got involved with one of them so I decided to just make a writeup about how to approach this effect using Unreal Engine: References: https://www.youtube.com/watch?v=Ld_peIKWE3A https://videohive.net/item/abstract-surface-of-moving-cubes/18266215…
We’ve all been there. You find a "bargain" 3D studio or a freelancer with a killer ArtStation, but three weeks later, you’re the one staying up until 2 AM fixing non-manifold geometry and flipped normals. The truth? The hidden cost to make a video game isn't the initial invoice — it’s the "rework tax." If you’re a Lead…