It is! It'll come sometime after I do saving and loading since they both need to be hooked into a file browsing system. I'm taking a few days off from this, when I start up again I'll be doing an optimisation pass on my code since frames can pretty quickly get to over 11ms. SteamVR is good at preventing stalls, but even a…
It's actually really easy to set up a model browser in Unity so anyone can do that if that's what they want. There's code for one lurking the pc forums somewhere but can't seem to find it anymore :( and also another on the web somewhere that has buttons for changing textures/models which is really cool. But you'd have to…
had to check for the project, switched machines in the meantime and didnt run it in ages. but regarding that rimlight. this is a 1 bit mask of the custom stencil buffer set to 12 (could be any number really, dont even ask why 12, dunno anymore :D ) here is the custom stencil mask applied per object (so it doesnt apply to…
From looking at this it seemed as though are missing some knowledge about the blend node. Up top I simplified your graph by using the one blend node to take in your mask (the checker pattern) and have it display your horizontal wood slats in the white areas of your mask by plugging it into the top input. Then you can…
As @throttlekitty said, simple Maya scripting docs are just fine. Chad Vernon's site and his respective vide tutorials are all Python oriented. So they can hardly help with Mel. Klaudio is right! maya's script editor shows almost all modeling scripting commands. It's really not that hard to get the point about how this…
I was wondering about that 30 zbrush limit in Core edition. Does it include Customer brushes, mesh brushes? Or is it some hard-coded limit in the app so it can't store more than 30 brushes? Also does Core support plugins like FBX import/export and decimate master?
I'm sorry to ask this, but there seem to be a lot of people with jobs here. Basically what I'd like advice on is based on this question: As and aspiring rigger, am I basically not even in the running for internships and jobs if I do not know any python or coding outside of what can be build from plug and play nodes in…
Hi i have a little problem, can you help me?... i was updating my WIP from here, and and error code block me out, and my thread was deleted or not found http://polycount.com/discussion/170846/pc-csgo-mp9-no-name-yet-wip#latest this was my topic, for the Mp9-Incursis i did it in Terms of the contest... and now it's gone,…
Hello there, Forgive me for my ignorance, but I had a couple noob questions for UDK Mobile development. I've been researching a bit on how to touch an item in the game, as well as "swipe" it off of the screen. I found some information here on touching the screen: http://udn.epicgames.com/Three/MobileKismetReference.html…