Skip to content

picasuo/heatmap-3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Starter

Courtesy of Bruno Simon of https://threejs-journey.xyz/

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

程序思路

  • 构建3d模型作为模块基础

  • 绘制出热力图canvas

  • 根据3d坐标系与热力坐标系的差异,将后端返回的3d点位坐标转换为热力坐标

  • 隐藏热力图canvas

  • 将热力图canvas作为贴出传入3d模型,形成热力地板

依赖包

  • three.js

  • heatmap.js

About

3D热力展示

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published