zoukankan      html  css  js  c++  java
  • IfcReflectanceMethodEnum

    IfcReflectanceMethodEnum定义了可用的不同反射率方法的范围。

    IFC2x2中的新枚举类型。

    Enumeration definition

    ConstantDescription
    BLINN A reflectance model providing a smooth, slightly shiny appearance.
    FLAT A reflectance model providing a constant colour. This model ignores the effect of all light sources.
    GLASS A reflectance model that supports an approximation of glass-like materials that have both reflective and transmissive properties.
    MATT A reflectance model providing a dull matte appearance.
    METAL A reflectance model providing a specular metallic appearance.
    MIRROR A reflectance model that supports secondary mirrored views through ray tracing.
    PHONG A reflectance model conforming with the Phong model in which reflections are greatest in the `mirror' direction of a surface opposite the viewing direction with respect to the surface normal.
    PLASTIC A reflectance model providing a specular effect which is similar to the Phong model.
    STRAUSS A reflectance model for metallic and non-metallic appearance based on a limited set of control parameter.
    NOTDEFINED  
    EXPRESS Specification
    TYPE IfcReflectanceMethodEnum = ENUMERATION OF (
     BLINN,
     FLAT,
     GLASS,
     MATT,
     METAL,
     MIRROR,
     PHONG,
     PLASTIC,
     STRAUSS,
     NOTDEFINED);
    END_TYPE;
  • 相关阅读:
    Hibernate导致的内存溢出问题
    【转】class file has wrong version 50.0, should be 49.0错误
    修改SQL Server登陆认证方式
    [转]ExtJs中的Store
    70+优秀的前端工具
    书签
    十款好用的在线 CSS3 代码生成工具
    Web Uploader
    sass 在线编译工具之初学
    Web 开发中很有用的8款在线工具
  • 原文地址:https://www.cnblogs.com/herd/p/14181052.html
Copyright © 2011-2022 走看看