REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
630 stars 63 forks source link

[Android] Floating Heads #305

Closed ChaosMarc closed 6 years ago

ChaosMarc commented 6 years ago

With the latest build on my Samsung Galaxy S5 (Lineage 14) most 3d objects are not displayed correctly. NPCs are only shown as their heads and weapons: photo_2017-11-15_13-23-20

besides that everything runs smooth (even in the old camp)

ataulien commented 6 years ago

That is caused by your graphics driver not supporting the high number of uniforms in the skeletal mesh shader. Doing the skeletal animation on the CPU would be a fix.

Performance has been improved by implementing proper frustum culling :smile: