1st Dorado - Alexander Zlatovchen The
model looks incredible, great job on the clothing and accessories. Top level. You did an excellent job in Marvelous Designer; those small details really make
a difference. The level of detail is amazing. I would’ve liked to see images of the texture maps and UVs. I also wish I had seen…
In Retrospect, Gahndi was a little bit of an asshole. When a journalist asked him what he thought about Western Civilization, he said "It would be a great idea". Note the word 'Would be'. I mean what happened to sarcasm being the lowest form of humor? Oh noes, Ghandi say's it, so it must be the highest form of humor, but a…
The standard code is: [html]transform: rotate();[/html] However not all browsers understand that piece of code by itself, that's why we add those duplicates with extensions. It allows the other browsers to work with the code. Trust me, it's my biggest headache when it comes to using CSS3 since not all the functions are…
Hi, In my #MEL command browse button is not working I'm getting an error // Error: line 56: Object 'rsTxtPath' not found. ANY IDEA? proc ScreenCaptureWin() { global string $rsTxtPath, $rsTxtName; string $sn = `file -q -sn`; string $cfp = `dirname( $sn )`; if (`window -exists ScreenCapture`) //closes window if already open…
MadnessImport: There should be two modes, pen mode and mouse mode. Pen mode is what most normal sane people prefer. Some weirdoes use mouse mode for everything though. If it feels wrong, then you're probably in the wrong mode.
Hello everyone, I'm having some pretty ugly aliasing happening on my textures, I don't believe it's really an issue with my hard edges as it happens to details that are only present in the textures(diff/spec/norm). I have spent the past week searching the forums and google for every possible bit information and trying…
Senior Programmer Ghostly Studios is a rapidly growing independent development studio dedicated to building quality online and social games with an incredibly strong community. We are looking for a senior programmer to take on a leadership role within our growing studio on several upcoming projects in varying scale. The…
So, I forgot to upload my general plan for the prop/scene. I would love to have the prop in two modes, if I have time, then have it slowely animate between these two modes. the modes are 'normal mode' (during day time) and 'levitate/light mode' (during night), during the levitate mode, the pyramid will also seperate…
Good thing you brought that up. What I want to do is show is that people CAN do psudo code and still be a BIG HELP. Code and ideas in any format can help. For instance, you want the ghost to turn around 180 when it hits a wall: If(You hit a wall in front of you) Turn around 180 deg. Also, I will toss in bad code and ask it…