comparison Renderer/Engine/Camera.cc @ 1047:6a80ca9a65d9

broken texure ( h/w != 2^n ) protection
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 08 Dec 2010 05:38:45 +0900
parents 2683838396c6
children
comparison
equal deleted inserted replaced
1046:8c75060eb153 1047:6a80ca9a65d9
155 if (i % 5 == 0) { 155 if (i % 5 == 0) {
156 real_matrix[i] = 1; 156 real_matrix[i] = 1;
157 } 157 }
158 } 158 }
159 159
160 update(w,h); // to make matrix[]
160 } 161 }
161 162
162 Camera::~Camera(void) 163 Camera::~Camera(void)
163 { 164 {
164 delete [] m_view; 165 delete [] m_view;