Package xenon3d.vector

Examples of xenon3d.vector.Color3f


        view.setViewModePolicy(View3D.ViewModePolicy.Trace);
        canvas = createCanvas3D();
        canvas.attachView(view);
        xenon.attachCanvas(canvas);
        // Setup 3D objects
        ca.setColor(new Color3f(Color.MidBlue));
        quad_app.setColoringAttributes(ca);
    }
View Full Code Here

TOP

Related Classes of xenon3d.vector.Color3f

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.