Rapier C — 3D / f32 0.36.0+c.0
Loading...
Searching...
No Matches
R3RenderMaterial Struct Reference

Imported physically based visual material; no texture ownership. More...

#include <rapier.h>

Data Fields

float metallic
 Material metallic factor.
float roughness
 Material roughness factor.
float reflectance
 Material reflectance factor.
float emissive [3]
 RGB emissive color.

Detailed Description

Imported physically based visual material; no texture ownership.

Field Documentation

◆ emissive

float R3RenderMaterial::emissive[3]

RGB emissive color.

◆ metallic

float R3RenderMaterial::metallic

Material metallic factor.

◆ reflectance

float R3RenderMaterial::reflectance

Material reflectance factor.

◆ roughness

float R3RenderMaterial::roughness

Material roughness factor.


The documentation for this struct was generated from the following file: