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

OSL built-in displace() and bump() were documented but never implemented #887

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 7, 2018

  1. OSL built-in displace() and bump() were documented but never implemented

    Add them now. Also, an additional variety that takes a vector offset in
    a non-common space.
    
    There's no good reason why these were never implemented. I think that
    people just used the `P += ...; N = calculatenormal(...)` idiom
    directly. But they were always documented in the OSL Language Spec, so I
    see no reason not to add them now.
    lgritz committed May 7, 2018
    Configuration menu
    Copy the full SHA
    04691bd View commit details
    Browse the repository at this point in the history