Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.control.PlayerOrientationConstraint
Extends/Implements : un.engine.opengl.animation.Updater
Subclasses : -

Enforce rotation only on horizontal and vertical axes.
This updater will remove any roll element.
author  Johann Sorel


Variables : -
Functions : PlayerOrientationConstraint, update




param  minH min horizontale angle, NaN for none, in radians
param  maxH max horizontale angle, NaN for none, in radians
param  minV min vertical angle, NaN for none, in radians
param  maxV max vertical angle, NaN for none, in radians
public void PlayerOrientationConstraint (double minH, double maxH, double minV, double maxV)

public void update (RenderContext context, GLNode node)