Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1815 - trunk/Model/Textures


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1815 - trunk/Model/Textures
  • Date: Mon, 5 Nov 2007 08:02:19 -0700 (MST)

Author: bigler
Date: Mon Nov  5 08:02:18 2007
New Revision: 1815

Modified:
   trunk/Model/Textures/CheckerTexture.h
Log:
Model/Textures/CheckerTexture.h

  I think this was a merge problem.  These specializations are only
  available for SSE builds, so remove them here.


Modified: trunk/Model/Textures/CheckerTexture.h
==============================================================================
--- trunk/Model/Textures/CheckerTexture.h       (original)
+++ trunk/Model/Textures/CheckerTexture.h       Mon Nov  5 08:02:18 2007
@@ -125,15 +125,6 @@
   {
     MantaRTTI<CheckerTexture<ValueType> >::init.forceinit();
   }
-  
-  template<>
-    void CheckerTexture<Color>::mapValues(Packet<Color>& results,
-                                    const RenderContext& context,
-                                    RayPacket& rays) const;
-  template<>
-    void CheckerTexture<float>::mapValues(Packet<float>& results,
-                                    const RenderContext& context,
-                                    RayPacket& rays) const;
 }
 
 




  • [Manta] r1815 - trunk/Model/Textures, bigler, 11/05/2007

Archive powered by MHonArc 2.6.16.

Top of page