View Single Post
  #10  
Old 09-11-2018, 01:47 AM
peterparker peterparker is offline
Member
 
Join Date: Aug 2018
Posts: 12
Ok, so I do this for my ground model and for each cylinder slice:

Code:
cyl.enable(viz.SAMPLE_ALPHA_TO_COVERAGE)
cyl.disable(viz.BLEND)
Do I do this before or after setting the alpha value? I have tried both and it seems to not help.
Reply With Quote