Realtime Fractal Renderer Documentation
Material Struct Reference

A struct representing a geometry material, for use with the Phong reflection model. More...

Collaboration diagram for Material:
Collaboration graph

Data Fields

float3 ambient
 
float3 diffuse
 
float3 specular
 
float shininess
 

Detailed Description

A struct representing a geometry material, for use with the Phong reflection model.

Definition at line 19 of file types.cl.

Field Documentation

◆ ambient

float3 ambient

Definition at line 21 of file types.cl.

◆ diffuse

float3 diffuse

Definition at line 22 of file types.cl.

◆ shininess

float shininess

Definition at line 24 of file types.cl.

◆ specular

float3 specular

Definition at line 23 of file types.cl.


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