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

前端 未结 0 631
孤城傲影
孤城傲影 2021-02-12 08:52

This is the code for calculating posmatrix in transform.js

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


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