comparison dmmodel.h @ 37:73a785323e8a

Rendering cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Dec 2019 23:52:19 +0200
parents d640f2a34031
children 0ae1ff609626
comparison
equal deleted inserted replaced
36:d640f2a34031 37:73a785323e8a
174 translate.x = translate.y = translate.z = 0; 174 translate.x = translate.y = translate.z = 0;
175 rotate.x = rotate.y = rotate.z = 0; 175 rotate.x = rotate.y = rotate.z = 0;
176 scale.x = scale.y = scale.z = 0; 176 scale.x = scale.y = scale.z = 0;
177 translateSet = rotateSet = scaleSet = false; 177 translateSet = rotateSet = scaleSet = false;
178 178
179 diffuse.p.x = diffuse.p.z = 0.56471f; diffuse.p.y = 0.5f; diffuse.p.w = 1.0f;
179 specular.p.x = specular.p.y = specular.p.z = 0.8f; specular.p.w = 1.0f; 180 specular.p.x = specular.p.y = specular.p.z = 0.8f; specular.p.w = 1.0f;
180 shininess = 96; 181 shininess = 96;
181 } 182 }
182 }; 183 };
183 184