Prod.: Engine, ver.: 6017, ID: 60001155, Wish : Transparency of vdPolyface that contains different colors

Wish : Transparency of vdPolyface that contains different colors

Article60001155
TypeWish
ProductEngine
Version6017
Date Added5/25/2010
FixedYes [5/27/2010]
Submitted byBruce Jacobs
Keywords

Subject

Transparency of vdPolyface that contains different colors

Summary

Transparency of vdPolyface that contains different colors

Solution

New property TransparencyMethod was added in document.GlobalRenderProperties which applies only to Render, Shade and ShadeOn modes.

It can be set either DepthMask (default value) or CullFace

DepthMask : Use depth-buffer comparisons with pixel blending arithmetic.
CullFace : Front and Back facing facets are culling.

Use CullFace when you have polyfaces with different transparency colors, eitherwise use DepthMask for faster faster render.

 

This property was added in 6018