Poland might not necessarily be known for producing fasten your seatbelt, g-force turning supercars, but the newest offering from Arrinera Automotive is hell bent on changing your mind. The yet unnamed, Lamborghini-esque offering sports a 6.2 Liter V8 and a substantial 641 horsepower all while sprinting to 62 mph in only 3.2 seconds. With legendary supercar designer Lee Noble behind that project, there’s no doubt that the ride will be a quality car that will certainly warrant a second look when it goes into production this fall.
Source: Autoblog













To be honest, I’m not rlelay sure. Drawing the object on top of the shadow is not such a good idea, because it may cause shadowed objects to actually be drawn (like object lying in the shadow of other objects, and so on)What would probably be best on the long run is the idea to also assign a height when first processing the shadows, and when drawing the objects, only apply shadows on objects lower than this height. And an object is set to be a little higher than its own shadow. This would probably lead to the best result, where small objects don’t case shadows on objects larger than them. But it would also mean rewriting the way shadows are combined with the scene, adding a bit more shader complexity.