Kuesa::Serenity::Iro2AlphaEquiRectMaterial
Module: Kuesa Serenity API
More...
#include <Kuesa/Serenity/api/iro2-materials/iro2alphaequirect/iro2alphaequirectmaterial.h>
Inherits from Kuesa::Serenity::GLTF2Material, Serenity::Material
Public Classes
Public Functions
Protected Functions
Public Attributes
Additional inherited members
Public Types inherited from Kuesa::Serenity::GLTF2Material
Public Functions inherited from Kuesa::Serenity::GLTF2Material
Protected Functions inherited from Kuesa::Serenity::GLTF2Material
Public Attributes inherited from Kuesa::Serenity::GLTF2Material
Protected Attributes inherited from Kuesa::Serenity::GLTF2Material
Detailed Description
| class Kuesa::Serenity::Iro2AlphaEquiRectMaterial;
|
Since: Kuesa 2.0
\inherits{Kuesa::Serenity::GLTF2Material}
Public Functions Documentation
function Iro2AlphaEquiRectMaterial
| Iro2AlphaEquiRectMaterial()
|
function ~Iro2AlphaEquiRectMaterial
| ~Iro2AlphaEquiRectMaterial()
|
function uboData
| std::vector< uint8_t > uboData(
uint32_t set,
uint32_t binding
) const
|
function callBackAndComponentCountForPropertyName
| virtual std::optional< ComponentCountAndGenerator > callBackAndComponentCountForPropertyName(
const String & propertyName
) override
|
Reimplements: Kuesa::Serenity::GLTF2Material::callBackAndComponentCountForPropertyName
Protected Functions Documentation
function updateShader
| virtual void updateShader()
|
Public Attributes Documentation
variable normalDisturb
| Property< glm::vec3 > normalDisturb { { 0.0f, 0.0f, 0.0f } };
|
variable normalScaling
| Property< glm::vec3 > normalScaling { { 0.0f, 0.0f, 0.0f } };
|
variable postHemiFilter
| Property< glm::vec3 > postHemiFilter { { 0.0f, 0.0f, 0.0f } };
|
variable reflectionInnerFilter
| Property< glm::vec3 > reflectionInnerFilter { { 0.0f, 0.0f, 0.0f } };
|
variable reflectionOuterFilter
| Property< glm::vec3 > reflectionOuterFilter { { 0.0f, 0.0f, 0.0f } };
|
variable normalMap
| Property<::Serenity::Texture * > normalMap { nullptr };
|
variable reflectionMap
| Property<::Serenity::Texture * > reflectionMap { nullptr };
|
variable alphaGain
| Property< float > alphaGain { 0.0f };
|
variable innerAlpha
| Property< float > innerAlpha { 0.0f };
|
variable normalMapGain
| Property< float > normalMapGain { 0.0f };
|
variable outerAlpha
| Property< float > outerAlpha { 0.0f };
|
variable postGain
| Property< float > postGain { 0.0f };
|
variable postVertexColor
| Property< float > postVertexColor { 0.0f };
|
variable reflectionGain
| Property< float > reflectionGain { 0.0f };
|
variable gltfYUp
| Property< bool > gltfYUp { false };
|
variable usesNormalMap
| Property< bool > usesNormalMap { false };
|
variable usesReflectionMap
| Property< bool > usesReflectionMap { false };
|
Updated on 2022-10-18 at 11:12:51 +0200