Package com.ardor3d.scenegraph.hint

Examples of com.ardor3d.scenegraph.hint.TransparencyType


            // we only care about altering the Mesh... perhaps could be altered later to some interface shared by Mesh
            // and other leaf nodes.
            if (spatial instanceof Mesh) {

                // get our transparency rendering type.
                final TransparencyType renderType = spatial.getSceneHints().getTransparencyType();

                // check for one of the two pass types...
                if (renderType != TransparencyType.OnePass) {

                    // get handle to Mesh
View Full Code Here

TOP

Related Classes of com.ardor3d.scenegraph.hint.TransparencyType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.