de.jreality.shader
Interface HapticShader
- All Superinterfaces:
- AttributeCollection, AttributeEntity
public interface HapticShader
- extends AttributeCollection
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
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)