From 856c345feca062fdfc0b177e0de25489fb1b0c06 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Sat, 15 Mar 2014 02:29:19 +0000 Subject: Extend hge with a 3D Rotation method, it's not tested yet. Fix probable compile errors due to includes. --- hgehelp/hgedistort.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hgehelp/hgedistort.cpp') diff --git a/hgehelp/hgedistort.cpp b/hgehelp/hgedistort.cpp index 276ca05..c7dc821 100644 --- a/hgehelp/hgedistort.cpp +++ b/hgehelp/hgedistort.cpp @@ -6,7 +6,7 @@ ** hgeDistortionMesh helper class implementation */ -#include "../../include/hgedistort.h" +#include "hgedistort.h" HGE *hgeDistortionMesh::hge=0; @@ -15,7 +15,7 @@ HGE *hgeDistortionMesh::hge=0; hgeDistortionMesh::hgeDistortionMesh(int cols, int rows) { int i; - + hge=hgeCreate(HGE_VERSION); nRows=rows; @@ -31,7 +31,7 @@ hgeDistortionMesh::hgeDistortionMesh(int cols, int rows) disp_array[i].y=0.0f; disp_array[i].tx=0.0f; disp_array[i].ty=0.0f; - + disp_array[i].z=0.5f; disp_array[i].col=0xFFFFFFFF; } @@ -81,7 +81,7 @@ hgeDistortionMesh& hgeDistortionMesh::operator= (const hgeDistortionMesh &dm) } return *this; - + } void hgeDistortionMesh::SetTexture(HTEXTURE tex) -- cgit v1.2.3