-
Notifications
You must be signed in to change notification settings - Fork 330
OSL Support Status
est77 edited this page Oct 25, 2014
·
34 revisions
- Standard diffuse, oren_nayar, translucent, reflection, refraction and microfacet closures
- appleseed-specific Ashikhmin-Shirley and Disney's principled BRDF closures
- Emission
- Texture lookups
- Transparency
- Object coordinate systems
- Camera coordinate system
-
get_attribute
andtrace
calls -
dtime
anddPdtime
globals
- NDC and screen coordinate transforms (work in progress)
- Bump mapping (requires ray differentials)
- The background closure is ignored right now
- Holdout and debug closures are ignored
- Add OSL scenes to the test suite
-
ShaderGlobal
members that depend on ray differentials are set to 0 (we don't have ray differentials in appleseed yet) - Geometry user data
- Displacement
- Subsurface scattering
- Arbitrary AOVs from shadergroups
- Light attenuation shaders
- Named coordinate systems
- More closures