WireCarMaterial
#include <wirecarmaterial.h>
Inherits from Kuesa::Qt3D::IroMatteAddMaterial, Kuesa::Qt3D::GLTF2Material, Qt3DRender::QMaterial
Public Signals
Public Functions
Public Properties
Additional inherited members
Public Slots inherited from Kuesa::Qt3D::IroMatteAddMaterial
Public Signals inherited from Kuesa::Qt3D::IroMatteAddMaterial
Public Functions inherited from Kuesa::Qt3D::IroMatteAddMaterial
Public Properties inherited from Kuesa::Qt3D::IroMatteAddMaterial
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
Public Signals Documentation
signal fogNearDistanceChanged
 | void fogNearDistanceChanged(
    float fogNearDistance
)
  | 
 
signal fogFarDistanceChanged
 | void fogFarDistanceChanged(
    float fogFarDistance
)
  | 
 
signal fogColorChanged
 | void fogColorChanged(
    const QVector4D & fogColor
)
  | 
 
Public Functions Documentation
function WireCarMaterial
 | explicit WireCarMaterial(
    Qt3DCore::QNode * parent =nullptr
)
  | 
 
function ~WireCarMaterial
function fogNearDistance
 | float fogNearDistance() const
  | 
 
function setFogNearDistance
 | void setFogNearDistance(
    float fogNearDistance
)
  | 
 
function fogFarDistance
 | float fogFarDistance() const
  | 
 
function setFogFarDistance
 | void setFogFarDistance(
    float fogFarDistance
)
  | 
 
function fogColor
 | QVector4D fogColor() const
  | 
 
function setFogColor
 | void setFogColor(
    const QVector4D & fogColor
)
  | 
 
Public Property Documentation
property fogNearDistance
property fogFarDistance
property fogColor
Updated on 2023-07-03 at 11:02:07 +0000