exokitxr / avatars

Avatar system for Exokit
https://avatars.exokit.org
70 stars 28 forks source link

Performance optimization #12

Closed avaer closed 4 years ago

avaer commented 4 years ago

Models 1, 2, 12, 9 were simultaneously loaded on index and quest by three people, resulting in lingering lag.

avaer commented 4 years ago

Miku is the model with performance issues.

avaer commented 4 years ago

The problem with miku is this enormous list of skinned meshes for the hairs:

Screen Shot 2019-11-08 at 1 29 00 AM

(about 100 meshes = 100 4K bone textures to upload, which costs a large chunk of the frame time)

avaer commented 4 years ago

Should be fixed now.