From 6996620497d0e6382df8e1cb0d07f6746ac3b0f3 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Tue, 10 May 2011 19:00:25 -0400 Subject: move triangles to mesh --- src/rotate.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rotate.h') diff --git a/src/rotate.h b/src/rotate.h index 52d6d6a..fec76a8 100644 --- a/src/rotate.h +++ b/src/rotate.h @@ -2,7 +2,6 @@ #define __ROTATE_H__ __device__ const Matrix IDENTITY_MATRIX = {1,0,0,0,1,0,0,0,1}; -__device__ const Matrix ZERO_MATRIX = {0,0,0,0,0,0,0,0,0}; __device__ __host__ Matrix make_rotation_matrix(float phi, const float3 &n) { -- cgit