Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What effects were easier to implement using pixel and vertex shaders as opposed to standard techniques?

0
Posted

What effects were easier to implement using pixel and vertex shaders as opposed to standard techniques?

0

Since we wrote our own lighting equations in 4X4 EVO 2, it’s much easier to have the vertex shader do them. For vehicles, we used our own “gloss” technique to make the trucks and SUVs reflect and get dirty, so we designed custom vertex and pixel shader routines to do this in one pass. Real time reflections are significantly easier thanks to the built in functions of the vertex and pixel shaders and texture projections, whether they are for lights or shadows, are significantly less CPU intensive on a GeForce3 because you can offload much of the work to the shader units. The raw power of the GeForce3 allows you to push a lot of polygons without your computer coming to a screeching halt. What is the highest amount of polygons an end-user could see in a given scene? 4X4 EVO 2 can push about 200,000 polygons in a scene with all effects turned on. With all the high quality models and detailed textures 4X4 EVO 2 is stunning. What are you doing to efficiently handle the incredible loads needed

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123