What is the reason behind division by EXTENT while calculating the position matrix in mapbox gl js?

前端 未结 0 1545
Happy的楠姐
Happy的楠姐 2021-02-12 09:07

This is the code for calculating posmatrix in transform.js

const posMatrix = mat4.identity(new Float64Array(16));
mat4.translate(posMatrix, posMatrix, [unwrappedX         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题