Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1671 - trunk/Model/Textures


Chronological Thread 
  • From: leenak@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1671 - trunk/Model/Textures
  • Date: Mon, 20 Aug 2007 17:47:36 -0600 (MDT)

Author: leenak
Date: Mon Aug 20 17:47:36 2007
New Revision: 1671

Modified:
   trunk/Model/Textures/CloudTexture.h
Log:
Changes have been made to cloud texture class

Modified: trunk/Model/Textures/CloudTexture.h
==============================================================================
--- trunk/Model/Textures/CloudTexture.h (original)
+++ trunk/Model/Textures/CloudTexture.h Mon Aug 20 17:47:36 2007
@@ -86,7 +86,7 @@
       ColorComponent value;
      
       switch(cloud_coordinate) {
-                       case x_coordinate:
+      case x_coordinate:
         density=cloud_coverage(rays.getTexCoords(i).x());
         value =(( rays.getTexCoords(i).x()) * fscale + (Real)Turbulence( T, 
octaves, lacunarity, gain ));
         break;




  • [Manta] r1671 - trunk/Model/Textures, leenak, 08/20/2007

Archive powered by MHonArc 2.6.16.

Top of page