Matt Pharr il y a 5 ans
Parent
commit
37bd653af1
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      sssdragon/f15-7.pbrt

+ 3 - 3
sssdragon/f15-7.pbrt

@@ -14,7 +14,7 @@ Camera "perspective" "float fov" [28.8415038750464]
 WorldBegin
 WorldBegin
 AttributeBegin
 AttributeBegin
 Rotate -120 0 0 1
 Rotate -120 0 0 1
-    LightSource "infinite" "string mapname" ["envmap.exr"]
+    LightSource "infinite" "string mapname" ["textures/envmap.exr"]
 AttributeEnd
 AttributeEnd
 
 
 AttributeBegin
 AttributeBegin
@@ -26,13 +26,13 @@ AttributeBegin
        "float eta" [1.5]
        "float eta" [1.5]
        "string name" ["Skin1"]
        "string name" ["Skin1"]
        "float scale" [20]
        "float scale" [20]
-    Shape "plymesh" "string filename" ["dragon.ply"]
+    Shape "plymesh" "string filename" ["geometry/dragon.ply"]
 AttributeEnd
 AttributeEnd
 
 
 Texture "checkers" "color" "checkerboard" "color tex1" [0.4 0.4 0.4] "color tex2" [0.2 0.2 0.2] "float vscale" [16.0] "float uscale" [16.0]
 Texture "checkers" "color" "checkerboard" "color tex1" [0.4 0.4 0.4] "color tex2" [0.2 0.2 0.2] "float vscale" [16.0] "float uscale" [16.0]
 
 
 AttributeBegin
 AttributeBegin
     Material "matte" "texture Kd" "checkers"
     Material "matte" "texture Kd" "checkers"
-    Shape "plymesh" "string filename" ["meshes_0.ply"]
+    Shape "plymesh" "string filename" ["geometry/meshes_0.ply"]
 AttributeEnd
 AttributeEnd
 WorldEnd
 WorldEnd