Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MaterialList.C File Reference

#include "MaterialList.h"
#include "Displayable.h"
#include <stdio.h>
#include <string.h>
#include <math.h>

Go to the source code of this file.

Variables

const Material defOpaque
const Material defTransp
const double SHINY_A = sqrt(1000.0)
const double SHINY_k = log(1000.0)


Variable Documentation

const Material defOpaque [static]
 

Initial value:

 {
  0.00f, 
  0.50f, 
  0.65f, 
 40.00f, 
  0.00f, 
  1.00f, 
  0.00f, 
  0.00f, 
  0.00f, 
  0      
}

Definition at line 27 of file MaterialList.C.

const Material defTransp [static]
 

Initial value:

 {
  0.00f, 
  0.50f, 
  0.65f, 
 40.00f, 
  0.00f, 
  0.30f, 
  0.00f, 
  0.00f, 
  0.00f, 
  1      
}

Definition at line 40 of file MaterialList.C.

const double SHINY_A = sqrt(1000.0) [static]
 

Definition at line 57 of file MaterialList.C.

Referenced by MaterialList::get_shininess, and MaterialList::set_shininess.

const double SHINY_k = log(1000.0) [static]
 

Definition at line 58 of file MaterialList.C.

Referenced by MaterialList::get_shininess, and MaterialList::set_shininess.


Generated on Thu Apr 25 02:44:04 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002