-
-
Notifications
You must be signed in to change notification settings - Fork 401
Upgrade Mesh Decoder #1327
Copy link
Copy link
Open
Labels
low priorityLow priority issueLow priority issuemeshperformancePerformance-related featuresPerformance-related features
Milestone
Metadata
Metadata
Assignees
Labels
low priorityLow priority issueLow priority issuemeshperformancePerformance-related featuresPerformance-related features
Since the abilities of
ModelMeshandBufferMeshhave been unified, MeshDecoder should be upgraded by newModelMesh.Before:
Use
setPositions... function to organize buffer data which will cause additional overhead in cpu.After:
Use a bundled buffer insert to
ModelMeshwhich can reduce cpu parsing time.