ISET / iset3d-v3

LEGACY: Replaced by iset3d (v4) -- Read a PBRT file. Edit the parameters. Render an ISET scene or optical image.
MIT License
36 stars 8 forks source link

Warning issued by v_iset3d #23

Open DavidBrainard opened 5 years ago

DavidBrainard commented 5 years ago

The warning below is issued by s_piReadRenderLookat, which in turn is called by v_iset3d. See my comment in issue #11 as to why it would be good to make this go away, one way or the other.

Also, v_iset3d was calling t_piMaterials, and that in turn is broken. But, I don't think we need to call tutorials from v_iset3d because now all the tutorials believed to be working are run and tested when you run piValidateFullAll. I commented this out in v_iset3d.


Warning: Cannot find "integrator" in PBRT file. Did you forget to turn on the v3 flag?

In piRead (line 223) In s_piReadRenderLookat (line 26) In v_iset3d (line 9) In piValidateFullAll (line 12)