It appears that I still have more to learn. While the code works on my small sample scene it is not working on the master scene. The following is my code: select $Tile_*GTiles = $ as Array--print GTilesnumfaces = $WAVE.GetNumFaces()--print numfacesSTime = 0--clearselection()for t = 0 to 132 do( sliderTime = STime for x = 1…
I wouldn’t make the interior glass opaque, that would prevent refractions of the room /wood behind the bottle. Instead, flip the normals of the interior, so it’s more like a bottle within a bottle, and color that. The lighting you have now is very front-lit, with too-dark edges. It would be more dramatic and visually…
I am looking for an up and coming Unity 3D expert, with an eye for incredible visualization and creativity to work on an exciting project within music entertainment. The project should roll on for the next few months (to start asap), technically the hours are going to be down to the artist, this could be a couple of hours…
Riders Hello everybody, I'm very glad to present you today our racing game, we've planned to develop already since a long time and now headed over to UE4. But first of all, who are we? We're small project group called Game Twice, who plans to develop community based games. The team contains right now Programmer, 3D…
Hello! Some time ago I finished a project and thought I’d make a breakdown of the whole process from start to finish. This is not a detailed tutorial for every step but rather an overview over the process that I hope will help people (especially beginner 3D artists) get a better understanding of how the pipeline works.…
That worked! Thanks a lot! :) Recompileing wasn't needed, well the engine automatically recompiled all shaders on loading the project. It is tempting to change more of the shader source but for me it appears rather complex with so many files and code. As for mateials being different things, it can also vary a lot what…
Hey all. Our 12 week project for our Game Development module is now finished and we have showed our game off at our Games at Derby Expo. Insight was fortunate enough to win 'People's Choice Award' during the event which we are very proud off. These are some screen-caps of the game in it's final state and a few roles did…
I'm pretty sure that obj's are always ascii. If you want a binary format for your stuff you have to use something more advanced like Collada, Granny or FBX. Either way, it's a pain in the butt to deal with art content with Git. Git was meant for Linux kernel development and works efficiently on source code but doesn't…
Haha, the code's actually pretty standard - most things tend to have small variations or bolt-ons to well defined methods. Valve's is based on nVidia's code... which is probably based on someone else's... The real benefits of MikkTSpace are all of the safety checks it has. It accounts for a lot of edge cases and potential…
Bootstrapping my first full 3D game project on my own (for now at least) using Unreal 4, Learning a lot for it, had to do basic animations create a rig and make a full character, pickup coding all of which has been new to me. its a hell of a experience I must say, its night and day working on this with near some new…