View Single Post
  #1  
Old 05-14-2014, 05:35 AM
performlabrit performlabrit is offline
Member
 
Join Date: Oct 2013
Posts: 77
Transparency issues in Viz5?

Here is a snippet of code that produces different results in Viz4 and Viz5.

It works correctly in Viz4, producing a semi-opaque green box with 1 red side. In Viz5, it produces a black box (no transparency).

Quote:
self.standingBox = vizshape.addBox( boxSizeInfo,alpha = 0.7,color=viz.GREEN,splitFaces = True,back=True)
self.standingBox.disable(viz.CULL_FACE)
Reply With Quote