evanw / evanw/webgl-path-tracing
[Enhancement] Turn this into API to use any 3D model
Open
- Dominant language
- JavaScript
- Stars
- 372
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to turn this into an API that can be used for other 3D models.
Something like this gloriously oversimplified pseudo-code:
`// set 3D scene`
`var threeDeeModel = [3dScene];`
`// add scene to pathtracer`
`pathTracer(threeDeeModel);`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.