I hope you don't mind but here are some code snippets for tools I use frequently and collected or wrote over the years. * single click turbo smooth swap (on \ off)function switch_turbosmooth obj=( for o in obj do if superclassof o == geometryClass do ( for mod in o.modifiers where classof mod == turbosmooth do( if…
Here is my version of this thing ,it works on Editable Poly only with no instances, it evaluates all the geometry in the scene/*****************************************************************************************************************Made by: Popescu Alexandru Cristian (KIKI) kiki_karon@yahoo.comScript:…
Project name: Archon 2160 Brief description: A combination of tactical boardgame and fastpaced 1 or 2-player action taking the inspiration from the classic Archon (1983, C64) Target aim: Freeware ATM Compensation: No compensation. Technology: Platform: Windows Programming tools: C++, Blitz Graphic Engine: Irrlicht Engine…
Hello there, I am having some issues here with shadows and lightmapping. Im not sure what is going on and it is very frustrating. With that said, Im having issues with shadows bleeding through the wall. Ill post up a series of photos maybe this will help you understand. I have tried to work on this for over 2 days now…
This tutorial is covering, how can you use multiple materials on one mesh in 3dsMax/UDK. The theory is simple, we will assign different material ID's to the mesh for different materials/textures.Lets try it with a simple box. After you made the box, open up the material editor, and click to "Standard" Then select…
Hello everyone. I'm making an effort to optimize the amount of time it takes to create assets. I'm not to familiar with how long something should take. I spoke to a student at Gnomon who mentioned that a prop will take 2-3 days for an assignment. I have made 2 props so far. The second prop took me 6 days to make and that's…
so with the upcoming release of street fighter 4 coming out, Ive decided I will be getting the xbox version of this......but as well all know from downloading and playing SF 2 HD off xbox live , XBOX CONTROLLERS ARE NOT MADE FOR FIGHTING GAMES! so with that in mind I decided for the upcoming release it might be best if I…
in desperate need of help fast as i return to Cambridge next tuesday and need to setup new pc (Dell XPS 420+Vista Ultimate) Just got a new pc and have 2 questions- 1.New pc does not have serial ports but lots of USB,My art tablet only has serial,do i need a serial to usb connector? 2.New pc has Vista Ultimate can anyone…
Hi everyone, soo after searching loads here and other sites, im unable to decided which is better way to make glass window. 1. Have 2 material ID and mask (for window) and make a cube map etc 2. Have the glass mesh as separate and make a cube map etc Personaly 1 i prefer as less meshes i have to play with. Either way i…
When creating a game character, which of the following two can clean the normal map more beautifully? 1. Low-poly modeling → UV unwrap → High-poly sculpting detail → High Low bake 2. High-poly modeling and sculpting detail → Retopology → UV unwrap → High Low bake I am creating at my company in method 1. The reason is that…