Hello Radiance community,
I am trying to implement an arbitrary clipping surface. A simple example I have used is two boxes which are partially overlapping. I need one box to be clipped off (trying to use the bigger box as the clipping surface) so that the overlapping part of the smaller box is removed from the scene. I have used the radiance cookbook example commands and tried to achieve this but it is proving to be very challenging. Are there any other guides out there which I can refer to regarding this problem.
vwrays -fd -vf outside.vf -x 400 -y 400 \
| rtrace -w -h -fd -opd 1st.oct | rtrace -w -ab 2 \
-fdc `vwrays -d -vf outside.vf -x 400 -y 400` 2nd.oct \
clipped.hdr; ximage clipped.hdr
this is the command I have used but it doesnt seem to be working as expected. I am not sure but the files in the example also seem to be missing from the example files of the cookbook tutorial, hence cant replicate it.
Any help will be appreciated.
Thank you in advance.