Package ca.eandb.jmist.framework.scene

Examples of ca.eandb.jmist.framework.scene.MaterialSceneElement


      if (dxf.getCurrentElement().getStringValue().equals("EOF")) {
        break;
      }
      rootGroupHandler.parse(state, dxf);
    } while (true);
    return new MaterialSceneElement(new LambertianMaterial(cm.getGray(0.5)), new BoundingIntervalHierarchy(state.root));
  }
View Full Code Here

TOP

Related Classes of ca.eandb.jmist.framework.scene.MaterialSceneElement

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.