Optimization of 3D Rendering in Mobile Devices

Tomas Marek,Ondrej Krejcar
DOI: https://doi.org/10.1007/978-3-319-23144-0_4
2015-01-01
Abstract:Computer graphics in combination with mobile devices find much use in the fields of entertainment, education and data displaying. The amount of information that is possible to provide to the user depends greatly on the optimization of graphic chain in the development of given application. The important element is simplification of the scene by removing objects that are not currently visible or degrading the complexity of the models from the distance of the observer. This paper describes implementation of the frustum culling method on the Android platform as a solution for these problems.
What problem does this paper attempt to address?