diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-05-10 19:00:25 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-05-10 19:00:25 -0400 |
commit | 6996620497d0e6382df8e1cb0d07f6746ac3b0f3 (patch) | |
tree | 2c0aa555638e349095dcd31907f4b95dd603f429 /src/rotate.h | |
parent | c69b090dc267bff5c985938e676798115830217f (diff) | |
download | chroma-6996620497d0e6382df8e1cb0d07f6746ac3b0f3.tar.gz chroma-6996620497d0e6382df8e1cb0d07f6746ac3b0f3.tar.bz2 chroma-6996620497d0e6382df8e1cb0d07f6746ac3b0f3.zip |
move triangles to mesh
Diffstat (limited to 'src/rotate.h')
-rw-r--r-- | src/rotate.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |