Dear Polycount, Greetings! I am new to the ranks and have a quick question for any Maxscript pros out there. This is probably a simple fix and I am just missing something. The Effect: The effect that I have been charged with creating is a sort of card flipping visual you commonly see at sporting events where each person…
I took a look. You simply don't have enough resolution in the texture to support the detail. If you examine your UVs you'll see that this part is only using a small fraction of the UV map. At a 1k texture resolution, there are simply too few pixels to get a smooth transition across UV seams. The solution in this case is to…
@AlexCatMasterSupreme, You might want to try scaling in the main body of your barrel so that it more closely matches the HP, as currently it's baking the gap between the HP and the LP, so you need to reduce that gap. Of course having more sides would reduce the gap, but it depends how many sides you want to use. I scaled…
Wow, thanks everyone for the nice words :) Glad you like it! @Noodle!: Thanks a bunch of the crits, those are really valid points and most have been fixed in the latest version :) @anglorum: I'll be exploring making a VR version once the contest is over. Really stoked about that :) @Spoon: As of now it's mostly just a…
Me and a friend used it recently when working on a level: Situation: 2 people are working in the same package (adding assets). Person 1 adds 2 assets and uploads it to dropbox. Person 2 in meanwhile added a asset of his own and uploads it 2minutes later -> the assets from person 1 will not be there, because that newer…
Yeah if you don't mind the size/weight and price of the D850 it's an absolute beast of a camera. If you value image quality above all else that would be my recommendation or a Sony A7r if price isn't an issue but size is. It's safe to assume that the size and amount of files will affect how long the scans take to process…
My control complaints can really be applied to basically every Wii game though. I love Nintendo and the Wii had some really cool games, but I could never play a game session without having to deal with the Wiimote screwing me in some way (except for games that don't use motion controls.) Maybe it's my setup, maybe not, I'm…
POV-RAY (here's how you model a red cube) #version 3.6; //Includes a separate file defining a number of common colours #include "colors.inc" global_settings { assumed_gamma 1.0 } //Sets a background colour for the image (dark grey) background { color rgb <0.25, 0.25, 0.25> } //Places a camera //direction : Sets, among…
So I have been super sick (still am) and I have been trying to power on, little bits at a time. I have been trying to rest and work on this as much as possible (while working my job still and not taking days off :( ) Ok so I redid the candles. So my next question: I have gotten the 3 candles down to 724 tris all together.…
Nice idea for a subject! "STICKY PLEASE!" :thumbup: I want to know more about this. I know a couple of contacts that I will point them to this thread. I made a piece for an artist this summer, I'll post it when I am clear to do so. I know wall thickness was important in my case as I was printing large objects around…