Large-Scale Terrain Rendering-how to evaluate an algorithm

Source: Internet
Author: User
This is just my personal opinion. If anything is inappropriate or needs to be improved, please correct me. You are welcome to discuss it actively!

First, relying solely onCPUThe traditional method of simplifying the local section and selecting appropriate details for rendering is no longer able to adapt to the development of modern graphics hardware. Therefore, we must minimizeCPUComputing complexity: more and more work is handed overGPUProcessing to achieveCPUAndGPULoad balancing.

Second, although batch is reducedDPBut still cannot solve the problem. The reason is that we found through tests that the bottleneck affecting system efficiency is mainly caused by data transmission (bandwidth) and frequent data transmission.GPUCannot be fully utilized, and data cannot be reused.

Third, data can be accessed randomly, rather than through a binary tree (suchRoam) Or indirectly accessed by other means.

Fourth, the terrain cannot be changed during rendering after triangle partitioning.MeshIn this way, the terrain after the triangle is not required during rendering.CPUInterference, completely causedGPU.

Fifth, incremental data transmission should be supported to dynamically adjust the bandwidth.

Sixth: staticGeometryThan dynamicGeometryBetter utilizationGPU.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.