Can i render canvas only ?

i just want to render depth map only, can i do that ?

Comments

  • GordigGordig Posts: 10,053

    Yes. All you have to do is turn canvases on, and only create a depth canvas.

  • 31415926543141592654 Posts: 975

    I have only used canvases a few times. As I recall, you will probably need to keep the automatic beauty pass (probably so something is rendered and saved in the normal spot) and then add another pass for just depth.  You should be able to ignore lighting, etc. after that.  [ but give it a try with only depth anyway ... it might work ]

  • DamnekoDamneko Posts: 10

    Gordig said:

    Yes. All you have to do is turn canvases on, and only create a depth canvas.

    Thanks for the replies, I guess it was just my mistake to not to see the canvas types.

Sign In or Register to comment.