Package de.ailis.jollada.model

Examples of de.ailis.jollada.model.CommonEffectTechnique


    {
        if (this.shader == null)
            throw new IllegalStateException("shader not set");
        if (this.sid == null)
            throw new IllegalStateException("sid not set");
        final CommonEffectTechnique technique = new CommonEffectTechnique(this.sid, this.shader);
        technique.setAsset(this.asset);
        technique.setId(this.id);
        return technique;
    }
View Full Code Here

TOP

Related Classes of de.ailis.jollada.model.CommonEffectTechnique

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.