For the maths geeks, the colours are calculated as follows If C0 > C1 then we have 4 colours in a 4x4 block C0 = Stored 565 C1 = Stored 565 C2 = 2/3 C0 + 1/3 C1 C3 = 1/3 C0 + 2/3 C1 When Zero alpha is needed in the 4x4 block then the following is used if C0 < C1 then we have 3 colours in a 4x4 block and 0 C0 = Stored 565…
good read so far, thanks for the link. i was looking at their ellipses, and noticed they even point out there is a difference between constructing it with 2 points vs 1 an that neither are correct. they said the "radical" solution is to draw it with its major axis paralleled to the horizon line, which is like drawing it…
A few days ago, I decided to put together a submission for the current Pwnisher challenge. The goal is to create a sequence inspired by the final fight sequence in "Dune: Part 2". The main Fremen character will be vaulting over a stabbed Sardaukar in the middle of falling. I've never attempted anything of this scale…
Hi Everyone, I am having an issue in UDK with using multiple UV's. I am trying to make it so my normals are on a separate UV than the Diffuse/spec. My issue comes in when I separated the 2. Break down: I am using the exact same model with exact same UV's for normal map. Model with Error: UV channel 1 in Max is my Diffuse…
Hey Maze, i wrote this a while back for Autocon. Switches between the 1 and 3 subdivision level though I could hack it up tomorrow to work as + or -. string $sel[] =`ls -sl`; for ($thisObj in $sel){ int $displaylevel[] = `displaySmoothness -query -polygonObject $thisObj`; if ($displaylevel[0] == 1) { //Go to 3…
Super broad question that has no real answer. 1 day = 8 hours 1 week = 5 days Modern main character? 4 to 20+ weeks. Modern simulation-game car? 3 to 10 weeks. Modern First Person weapon? 1 to 6 weeks. Modern tileable texture? <1 to 3 days. Modern simple prop? <1 to 3 days. There will be people that post after me to…
Hello, @seanwink You’re actually hitting 3 separate problems at once, and they all come from how Unity’s Terrain system expects trees to be set up. See below details 1. Tree sideways In Blender: Ctrl + A → Apply Rotation & Scale Rotate X = -90° OR fix in Unity using a parent prefab 2. Tree half underground Set tree base…
From who I've known that has this, they're all overweight. I can't urge enough how important it is to be within the proper weight range. So many problems happen to your body when you're overweight. The breathing machine should only be a temporary fix. The REAL fix is getting more active and healthy. Stop eating fast food,…
Hi, The installation procedure changed. Here is some sort of troubleshooting guide. Any of these (in any order) might solve the issue. But if you want a bullet-proof run, maybe execute all of these : 1. Re-install Crease+ by dropping the CreasePlus_install.py in the viewport and restarting maya 2. After 1. Run this…
yep TexTools reads out the smoothing groups and create UV shells based on that - which is a great start to unwrap. The opposite should be possible as well, I will have a look at it later and see if I can wrap together a quick script that does it the other way around. In TexTools its the subscript…