Parallaxizer Class Reference

#include <Parallaxizer.h>

Description

Emulates 3D perspective by projecting positions as regressing towards a vanishing point.

The projection is based on the viewport

Static Functions

static void SetRange (float maxParallax)
 
static Vector Shift (const Vector &src)
 

Member Function Documentation

static void SetRange ( float  maxParallax)
static

Sets the maximum parallax range.

static Vector Shift ( const Vector src)
static

Interprets the Z as a parallax distance and returns the projected position.


The documentation for this class was generated from the following file:
  • /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/Util/Parallaxizer.h