Slippers Engine
 
Loading...
Searching...
No Matches
Materials Namespace Reference

Collection of Materials stored as Floats. More...

Variables

static const float Brick = .02f
 
static const float Glass = .04f
 
static const float Drywall = .05f
 
static const float Wood = .1f
 
static const float AcousticPanel = .75f
 
static const float Curtains = .6f
 
static const float ThinCarpet = .15f
 
static const float ThickCarpet = .45f
 
static const float Dirt = .15f
 
static const float DrySand = .2f
 
static const float WetSand = .1f
 
static const float Air = .01f
 
static const float Metal = .01f
 

Detailed Description

Collection of Materials stored as Floats.

Examples:

static const float Metal
Definition MaterialsCommon.h:27
static const float Dirt
Definition MaterialsCommon.h:23
static const float Brick
Definition MaterialsCommon.h:15

Variable Documentation

◆ AcousticPanel

const float Materials::AcousticPanel = .75f
static

◆ Air

const float Materials::Air = .01f
static

◆ Brick

const float Materials::Brick = .02f
static

◆ Curtains

const float Materials::Curtains = .6f
static

◆ Dirt

const float Materials::Dirt = .15f
static

◆ DrySand

const float Materials::DrySand = .2f
static

◆ Drywall

const float Materials::Drywall = .05f
static

◆ Glass

const float Materials::Glass = .04f
static

◆ Metal

const float Materials::Metal = .01f
static

◆ ThickCarpet

const float Materials::ThickCarpet = .45f
static

◆ ThinCarpet

const float Materials::ThinCarpet = .15f
static

◆ WetSand

const float Materials::WetSand = .1f
static

◆ Wood

const float Materials::Wood = .1f
static