engine icon indicating copy to clipboard operation
engine copied to clipboard

Upgrade Mesh Decoder

Open gz65555 opened this issue 2 years ago • 0 comments

Since the abilities of ModelMesh and BufferMesh have been unified, MeshDecoder should be upgraded by new ModelMesh.

Before: Use setPositions... function to organize buffer data which will cause additional overhead in cpu.

After: Use a bundled buffer insert to ModelMesh which can reduce cpu parsing time.

gz65555 avatar Jan 09 '23 09:01 gz65555