carbonmade, or just coding your own, for a portfolio you dont need anything special, more or less just a list of images and some text, so very easy to do in pure html, which is just a markup language and very easy to understand even for those that aren't coders
Hold on, did i seriously come into a thread expecting people to squabble about debates and learn that BUSHIDO, THE ANCIENT CODE OF THE SAMURAI WARRIOR was the true solution to our nation's problems? Would that mean politicans would carry two swords and could kill commoners without legal oversight?
You can use multiplacative mode colouring in code. Take a base texture, and use the alpha channel to mask areas that you want recoloured - white=100% colour, black=0$. That way you can not only mark the areas you want to change, but have fade in/out.
Hey! Great step to start posting online. It's a really good habit to have since you'll learn to communicate about your work, making nice screenshots (even the WIP ones!) and getting feedback :+1: This is a great start so far! Right now it could really help to flesh out your meshes and blockout so you can see how the scene…
Hello! I am finally starting this thread in Polycount. SHIFT is my final year project at university. We are producing a game cinematic trailer and I would like to share some progress here as an environment artist and hopefully get some input from artists outside of school! I will be working on the environment assets and…
So it's University Application season down under, and I thought I'd just ask for some advice before submitting my preferences. Reading through the material on this forum, the general consensus seems to be not to go to a University for an "Animation" or "Game Design" course, and instead hone and develop your skills through…
you could do this: string $suffix = match("[0-9]+", `match "[[0-9]+]" $node`); or could use tokenize instead if you dont want to mess around with regex. The top code basically matched the [###] and then matches again for just numbers.
Yeah this is an issue with old exporter. I think you can update the exporter even on old max versions. But just in case, here's a maxscript to add support vertex to handle vertex color/alpha by face, thanks to polytools3d on cgtalk. Has to be an editable mesh i think. ( fn BreakVerticesByColorAndAlpha node = ( mesh = copy…