From 342403a02f8063903d0f38327430721d4d0ae331 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 20 Sep 2021 18:15:14 -0500 Subject: do ass1 --- ...1_1_default_shader_1_1_material_properties.html | 464 ++++++++++----------- 1 file changed, 232 insertions(+), 232 deletions(-) (limited to 'dev/MinGfx/docs/html/classmingfx_1_1_default_shader_1_1_material_properties.html') diff --git a/dev/MinGfx/docs/html/classmingfx_1_1_default_shader_1_1_material_properties.html b/dev/MinGfx/docs/html/classmingfx_1_1_default_shader_1_1_material_properties.html index 27400b1..d92dbae 100644 --- a/dev/MinGfx/docs/html/classmingfx_1_1_default_shader_1_1_material_properties.html +++ b/dev/MinGfx/docs/html/classmingfx_1_1_default_shader_1_1_material_properties.html @@ -1,232 +1,232 @@ - - - - - - - -MinGfx Toolkit: mingfx::DefaultShader::MaterialProperties Class Reference - - - - - - - - - - - - -
-
- - - - - - -
-
MinGfx Toolkit -  1.0 -
-
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
- -
-
mingfx::DefaultShader::MaterialProperties Class Reference
-
-
-

Detailed Description

-

Small data structure to hold properties of the material to be lit.

- -

Definition at line 70 of file default_shader.h.

-
-

#include <default_shader.h>

- - - - -

-Public Member Functions

 MaterialProperties ()
 
- - - - - - - - - - - -

-Public Attributes

Color ambient_reflectance
 
Color diffuse_reflectance
 
Color specular_reflectance
 
float shinniness
 
Texture2D surface_texture
 
-

Constructor & Destructor Documentation

- -

◆ MaterialProperties()

- -
-
- - - - - -
- - - - - - - -
mingfx::DefaultShader::MaterialProperties::MaterialProperties ()
-
-inline
-
- -

Definition at line 80 of file default_shader.h.

- -
-
-

Member Data Documentation

- -

◆ ambient_reflectance

- -
-
- - - - -
Color mingfx::DefaultShader::MaterialProperties::ambient_reflectance
-
- -

Definition at line 72 of file default_shader.h.

- -
-
- -

◆ diffuse_reflectance

- -
-
- - - - -
Color mingfx::DefaultShader::MaterialProperties::diffuse_reflectance
-
- -

Definition at line 73 of file default_shader.h.

- -
-
- -

◆ shinniness

- -
-
- - - - -
float mingfx::DefaultShader::MaterialProperties::shinniness
-
- -

Definition at line 75 of file default_shader.h.

- -
-
- -

◆ specular_reflectance

- -
-
- - - - -
Color mingfx::DefaultShader::MaterialProperties::specular_reflectance
-
- -

Definition at line 74 of file default_shader.h.

- -
-
- -

◆ surface_texture

- -
-
- - - - -
Texture2D mingfx::DefaultShader::MaterialProperties::surface_texture
-
- -

Definition at line 76 of file default_shader.h.

- -
-
-
The documentation for this class was generated from the following file: -
- - - - - + + + + + + + +MinGfx Toolkit: mingfx::DefaultShader::MaterialProperties Class Reference + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
mingfx::DefaultShader::MaterialProperties Class Reference
+
+
+

Detailed Description

+

Small data structure to hold properties of the material to be lit.

+ +

Definition at line 70 of file default_shader.h.

+
+

#include <default_shader.h>

+ + + + +

+Public Member Functions

 MaterialProperties ()
 
+ + + + + + + + + + + +

+Public Attributes

Color ambient_reflectance
 
Color diffuse_reflectance
 
Color specular_reflectance
 
float shinniness
 
Texture2D surface_texture
 
+

Constructor & Destructor Documentation

+ +

◆ MaterialProperties()

+ +
+
+ + + + + +
+ + + + + + + +
mingfx::DefaultShader::MaterialProperties::MaterialProperties ()
+
+inline
+
+ +

Definition at line 80 of file default_shader.h.

+ +
+
+

Member Data Documentation

+ +

◆ ambient_reflectance

+ +
+
+ + + + +
Color mingfx::DefaultShader::MaterialProperties::ambient_reflectance
+
+ +

Definition at line 72 of file default_shader.h.

+ +
+
+ +

◆ diffuse_reflectance

+ +
+
+ + + + +
Color mingfx::DefaultShader::MaterialProperties::diffuse_reflectance
+
+ +

Definition at line 73 of file default_shader.h.

+ +
+
+ +

◆ shinniness

+ +
+
+ + + + +
float mingfx::DefaultShader::MaterialProperties::shinniness
+
+ +

Definition at line 75 of file default_shader.h.

+ +
+
+ +

◆ specular_reflectance

+ +
+
+ + + + +
Color mingfx::DefaultShader::MaterialProperties::specular_reflectance
+
+ +

Definition at line 74 of file default_shader.h.

+ +
+
+ +

◆ surface_texture

+ +
+
+ + + + +
Texture2D mingfx::DefaultShader::MaterialProperties::surface_texture
+
+ +

Definition at line 76 of file default_shader.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + + -- cgit v1.2.3