Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parametric Rendering #5

Open
Zi7ar21 opened this issue Mar 8, 2021 · 1 comment
Open

Parametric Rendering #5

Zi7ar21 opened this issue Mar 8, 2021 · 1 comment
Labels
enhancement New feature or request help wanted A pull request is wanted

Comments

@Zi7ar21
Copy link
Owner

Zi7ar21 commented Mar 8, 2021

Currently, the scene is hard coded into the path-tracer and it needs to be rebuilt every time it is modified but it would be better if it instead loaded from a file so that the path-tracer can render any scene from a file made with a custom format, like how POV-Ray works so that the path-tracer can render scenes without needing to be re-built.

@Zi7ar21 Zi7ar21 added enhancement New feature or request help wanted A pull request is wanted labels Mar 8, 2021
@Zi7ar21
Copy link
Owner Author

Zi7ar21 commented Mar 8, 2021

Also falling under this issue, it would be awesome to be able to load and render meshes. However, this is something in the future as currently ray-marching a bunch of polygons would be slow unless there is a system of accelerating this, such as ray-tracing's BVH mechanics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted A pull request is wanted
Projects
None yet
Development

No branches or pull requests

1 participant