de.jreality.shader
Interface HapticShader

All Superinterfaces:
AttributeCollection, AttributeEntity

public interface HapticShader
extends AttributeCollection


Field Summary
static double DAMPING_DEFAULT
           
static double DYNAMIC_FRICTION_DEFAULT
           
static double STATIC_FRICTION_DEFAULT
           
static double STIFFNESS_DEFAULT
           
 
Method Summary
 double getDamping()
           
 double getDynamicFriction()
           
 double getStaticFriction()
           
 double getStiffness()
           
 void setDamping(double damping)
           
 void setDynamicFriction(double dynamicFriction)
           
 void setStaticFriction(double staticFriction)
           
 void setStiffness(double stiffness)
           
 

Field Detail

STIFFNESS_DEFAULT

static final double STIFFNESS_DEFAULT
See Also:
Constant Field Values

DYNAMIC_FRICTION_DEFAULT

static final double DYNAMIC_FRICTION_DEFAULT
See Also:
Constant Field Values

STATIC_FRICTION_DEFAULT

static final double STATIC_FRICTION_DEFAULT
See Also:
Constant Field Values

DAMPING_DEFAULT

static final double DAMPING_DEFAULT
See Also:
Constant Field Values
Method Detail

getStiffness

double getStiffness()

setStiffness

void setStiffness(double stiffness)

getDynamicFriction

double getDynamicFriction()

setDynamicFriction

void setDynamicFriction(double dynamicFriction)

getStaticFriction

double getStaticFriction()

setStaticFriction

void setStaticFriction(double staticFriction)

getDamping

double getDamping()

setDamping

void setDamping(double damping)