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

Documentation for working with remodeler hook functions #17

Open
benjamin-heasly opened this issue Nov 9, 2016 · 0 comments
Open

Documentation for working with remodeler hook functions #17

benjamin-heasly opened this issue Nov 9, 2016 · 0 comments

Comments

@benjamin-heasly
Copy link
Contributor

In RenderToolbox4, it's possible to make scene adjustments using "remodeler" hook functions in addition to or instead of a mappings file. The Flythrough example is the best example of this so far.

We should add more documentation for how to set up remodeler hooks, and how to use them. Some specific examples that would be good:

  • How to remove an existing point light?
  • How to assign spectra to surfaces?

The new documentation should explain:

  • What hooks are available and how to assign functions to the hooks.
  • The function signature required for hook functions.
  • Description of remodelers that work on the mexximp scene struct.
  • Description of remodelers that work on the mMitsuba or mPbrt native scene representation.
  • Examples of useful operations, like the two above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant