Fermat-ORG / fermat-org

Fermat Site for Developers. This project creates a website that helps visualize the client-side infraestructure built using the Fermat-Framework. The project is currently paused until the work on client-side infraestructure is resumed.
http://dev.fermat.org
0 stars 1 forks source link

Test performance with svg files for the tiles #71

Closed Miguelcldn closed 8 years ago

Miguelcldn commented 9 years ago

The test should be done in two different environments:

As the WebGL Renderer is the target final version, the CSS3D Renderer should be tested too so we can see the difference between both.

Miguelcldn commented 9 years ago

The CSS3D Renderer brought the same issue that has the header icons: At extreme zoom the elements were pixelated. Needed to set the size 5x and then scale at 0.2x. The excess of svg in this environment affects a lot the performance. Need to test the WebGL Renderer