So I've encountered a problem in Unity, and have been unable to find a fix for this. You would think it'd be pretty simple, but maybe not... On the left half of that structure, the scaling of the object is X=-1 Y=1 Z=1 The right half is scaled normally, X=1 Y=1 Z=1 The shading of the object basically falls apart when…
I'm working on a script and observed a weird behavior and wanted to share it with you guys. I deleted everything which isn't necessary - that's why the structure of the script might seems confuse. Situation I use a DotNet DataGridView and fill it via MultiThreading (CSharpUtilities.SynchronizingBackgroundWorker) with data.…
Hello friends. After a short break I'm working on a new solo project, one I want to wrap up by end of year. A top-down, post-apocalyptic exploration game, a little bit of Fallout 1 + Stalker, without combat. Just exploration and scavenging for food. I'm using UE5 with nanite and 99% of assets are made in a mid-poly…
Hey people, with some help from the ZBrushCentral community (in particular Mark "TVeyes" that helped me with the most difficult code parts) I managed to perfect the code. In the previous version the WrapMode was not changed for the hardcoded Smooth and Masking brushes: in with this new version the Smooth and Masking…
I am working on a Low poly racing game, and I am looking for an artist to help me out. I am basically looking for a set ( maybe 5-12 simple city blocks ) in a fun style I am imagining in my head a simple clean fun style, somewhere between PIXAR Cars vibrancy http://www.slashfilm.com/wp/wp-content/images/cars_jpg.jpg but…
[ QUOTE ] DLP doesnt have burn in, offers an awesome picture, is small in size, is affordable, and in my opinion is the most sensible display option. Make sure you get one that has newer technology though that will avoid the rainbow effect. [/ QUOTE ] problem with dlp's is even if you have a 4x or 5x color wheel speed some…
Scientific terminology: 1 TeraByte = 1.000.000.000.000 byte = 1000^4 = 10^12 byte Computer terminology: 1 GigaByte = 1.073.741.824 byte = 1024^3 = 2^30 byte So they sell 1TB HDD where Tera is defined by scientific meaning (1*10^12), but in computer terminology, which is based on binary math a Giga (1*2^30) and you get a…
Ah thank you Vailias. That makes more sense to me, it's nice to see a graphical representation of whats going along side your explanation. I have a couple more questions. Why is a Normal Map in -1 to 1 space? Are 3 channel images always that way? I assume alpha or single channels in an RGB image are 0-1? If you were to…
Gotta be careful with that though. There is voltage range on transistors as to what voltage is considered a 0 or a 1, which is why your computer still works at a lower voltage level. For example, basic 5V CMOS will see a 0 anywhere from 0V to 1.5V and a 1 from 3.5 to 5V. The problem is the inbetween voltages. As a…