https://github.com/htangle/kdtree
https://github.com/htangle/kdtree
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/htangle/kdtree
- Owner: hTangle
- Created: 2018-10-03T13:25:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T14:22:21.000Z (over 7 years ago)
- Last Synced: 2025-02-25T03:22:36.789Z (over 1 year ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### KD-Tree for RayTracing
> This project contains KD-Tree with Qt which version is 5.11 on Linux.
> You can use this code in Qt Creator regardless of system. **Windows Yes.**
#### update
> 18.10.03:
> > First commits. Only shows how to read dataset from *.dbf and *.shp
> > How to form a KD-Tree with the 3D-Position data readed from *.dbf and *.shp
> > And send the data to QtQuick.
> > Using [three.js](https://threejs.org/) ->OpenGL