Dotoritos
Dotoritos
{ fieldname: 'media', originalname: 'Tt �� 2022-05-22 130102.jpg', encoding: '7bit', mimetype: 'image/jpeg', buffer: , size: 810292 }, I also have the same problem
I'm going to pull request the Trackbar example
Still the same error exists.
I too am having the same problem.
#46 Currently, that feature is not complete. Please give your opinion in this pull request.
> What is the reproduction scenario for this issue? Currently there is no Z coordinates for rendering primitives, since this is huge memory wasting for planar designs. If you create...
> Yes, this will not be that simple with the current implementation. You can try to add Z coordinates in your fork. However, I doubt that approach used in three.js...
 It seems to work better than predicted. The number of errors has been reduced from 62 to 38.
`function CreateObject(vertices, indices) { const geometry = instanceBatch ? new three.InstancedBufferGeometry() : new three.BufferGeometry(); geometry.setAttribute('position', vertices); instanceBatch?._SetInstanceTransformAttribute(geometry); if (indices) { geometry.setIndex(indices); } const tmpVertices = geometry.attributes.position.array; const tmpPositions = new...
I hope this issue is resolved too.