登录 注册
当前位置:主页 > 资源下载 > 7 > 画布上的透视网格采用两点透视法

画布上的透视网格采用两点透视法

  • 更新:2024-12-11 20:34:38
  • 大小:931KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

透视网格 在画布上的两点透视网格。 安装 npm install perspective-grid 用法 import PerspectiveGrid from "perspective-grid" ; import canvasContext from "canvas-context" ; const { context , canvas } = canvasContext ( "2d" , { width : window . innerWidth , height : window . innerHeight , } ) ; const grid = new PerspectiveGrid ( context , 10 ) ; grid . init ( new Point ( 300 , 380 ) , new Point ( canvas . width - 3