An open API service indexing awesome lists of open source software.

https://github.com/hamza-rafique/heatmap-threejs

using reactjs threejs created heatmap and loading glt 3d
https://github.com/hamza-rafique/heatmap-threejs

heatmap heatmap-visualization heatmap-with-threejs-reactjs reactjs threejs-example threejs-learning

Last synced: 12 months ago
JSON representation

using reactjs threejs created heatmap and loading glt 3d

Awesome Lists containing this project

README

          

U will be given GLB file and base on Gaze Data from Game engine, it needs to output a heatmap like this attached image

**Another example**

![image](https://github.com/user-attachments/assets/1666e7d6-966b-4d1f-b2ff-123334272d07)

https://community.cesium.com/t/applying-colored-heatmaps-to-buildings-as-3d-tiles/9688

---

- use React and ThreeJS can use BabylonJS if u want.
- Implement heatmap on GLB file from data given
- Should not be tide to one GLB, so logic should be any GLB and the data from that scene
It should feel and look like provided screenshot
POSX and POZ is cords which u need to use

This GLB has a region of

```python
"regions" : [
{
"name" : "Tracker",
"minX" : "-108.8917",
"maxX" : "84.31494",
"minZ" : "-36.81385",
"maxZ" : "127.0695"
}
]
```

in provided screenshot u can see 2D map with same positions

Screenshot 2024-09-07 at 17 06 41