Kuesa::Qt3D::IroDiffuseHemiMaterial
Module: Kuesa Qt 3D API
Kuesa::Qt3D::IroDiffuseHemiMaterial is a simple material in terms of rendering that relies on a 2d spherical environment map and a 2d diffuse map to render semi glossy like finishes like clear coated paint. It additionally shades the lower hemisphere by the color set in postHemiFilter.  More...
#include <irodiffusehemimaterial.h>
Inherits from Kuesa::Qt3D::GLTF2Material, Qt3DRender::QMaterial
Public Slots
Public Signals
Public Functions
Public Properties
Additional inherited members
Public Slots inherited from Kuesa::Qt3D::GLTF2Material
Public Signals inherited from Kuesa::Qt3D::GLTF2Material
Public Functions inherited from Kuesa::Qt3D::GLTF2Material
Protected Functions inherited from Kuesa::Qt3D::GLTF2Material
Public Properties inherited from Kuesa::Qt3D::GLTF2Material
Protected Attributes inherited from Kuesa::Qt3D::GLTF2Material
Detailed Description
 | class Kuesa::Qt3D::IroDiffuseHemiMaterial;
  | 
 
Kuesa::Qt3D::IroDiffuseHemiMaterial is a simple material in terms of rendering that relies on a 2d spherical environment map and a 2d diffuse map to render semi glossy like finishes like clear coated paint. It additionally shades the lower hemisphere by the color set in postHemiFilter. 
Since: Kuesa 2.0 
Public Slots Documentation
slot setMaterialProperties
 | void setMaterialProperties(
    Kuesa::Qt3D::IroDiffuseHemiProperties * materialProperties
)
  | 
 
slot setMaterialProperties
 | void setMaterialProperties(
    Kuesa::Qt3D::GLTF2MaterialProperties * materialProperties
)
  | 
 
Public Signals Documentation
signal materialPropertiesChanged
 | void materialPropertiesChanged(
    Kuesa::Qt3D::IroDiffuseHemiProperties * materialProperties
)
  | 
 
Public Functions Documentation
function IroDiffuseHemiMaterial
 | explicit Q_INVOKABLE IroDiffuseHemiMaterial(
    Qt3DCore::QNode * parent =nullptr
)
  | 
 
function ~IroDiffuseHemiMaterial
 | ~IroDiffuseHemiMaterial()
  | 
 
function materialProperties
 | IroDiffuseHemiProperties * materialProperties() const
  | 
 
Since: Kuesa 2.0 
Public Property Documentation
property materialProperties
 | Kuesa::Qt3D::IroDiffuseHemiProperties * materialProperties;
  | 
 
Since: Kuesa 2.0 
The properties defining the appearance of the material.
Updated on 2023-07-03 at 11:02:12 +0000