Parcourir la source

update scenes names

Jérôme BUISINE il y a 4 ans
Parent
commit
74ee64a6d8

+ 5 - 5
README.md

@@ -70,11 +70,11 @@ All synthesis images generated are of size `1920 x 1080` and saved into `.rawls`
 | `kitchen`               | `p3d_kitchen-view0.pbrt`                 | path       | random  | 1 to 10000 |  ✅       |
 | `kitchen`               | `p3d_kitchen-view1.pbrt`                 | path       | random  | 1 to 10000 |  ❌        |
 | `lamp`                  | `p3d_lamp-view.pbrt`                     | path       | random  | 1 to 10000 |  ✅       |
-| `landscape`             | `p3d_view0.pbrt`                         | path       | random  | 1 to 10000 |  ✅       |
-| `landscape`             | `p3d_view1.pbrt`                         | path       | random  | 1 to 10000 |  ✅       |
-| `landscape`             | `p3d_view2.pbrt`                         | path       | random  | 1 to 10000 |  ✅       |
-| `landscape`             | `p3d_view3.pbrt`                         | path       | random  | 1 to 10000 |  ✅       |
-| `landscape`             | `p3d_view4.pbrt`                         | path       | random  | 1 to 10000 |  ✅       |
+| `landscape`             | `p3d_landscape-view0.pbrt`               | path       | random  | 1 to 10000 |  ✅       |
+| `landscape`             | `p3d_landscape-view1.pbrt`               | path       | random  | 1 to 10000 |  ✅       |
+| `landscape`             | `p3d_landscape-view2.pbrt`               | path       | random  | 1 to 10000 |  ✅       |
+| `landscape`             | `p3d_landscape-view3.pbrt`               | path       | random  | 1 to 10000 |  ✅       |
+| `landscape`             | `p3d_landscape-view4.pbrt`               | path       | random  | 1 to 10000 |  ✅       |
 | `living-room`           | `p3d_living-room-view0.pbrt`             | path       | random  | 1 to 10000 |  ✅       |
 | `living-room`           | `p3d_living-room-view1.pbrt`             | path       | random  | 1 to 10000 |  ❌        |
 | `living-room`           | `p3d_living-room-view2.pbrt`             | path       | random  | 1 to 10000 |  ❌        |

+ 1 - 1
glasses/p3d_glasses-view0.pbrt

@@ -1,4 +1,4 @@
-Film "image" "integer xresolution" [1920] "integer yresolution" [1080] "string filename" "glasses-view0.rawls"
+Film "image" "integer xresolution" [1920] "integer yresolution" [1080] "string filename" "p3d_glasses-view0.rawls"
 PixelFilter "box" "float xwidth" [0.5] "float ywidth" [0.5] 
 Accelerator "bvh" 
 "string splitmethod" "sah"

+ 1 - 1
landscape/p3d_view-0.pbrt

@@ -10,7 +10,7 @@ Integrator "path" "integer maxdepth" [ 65 ]
 Film "image" 
 	"integer xresolution" 1920
 	"integer yresolution" 1080
-        "string filename" [ "p3d_landscape-view-0.rawls" ]
+        "string filename" [ "p3d_landscape-view0.rawls" ]
 
 #############################################
 WorldBegin

+ 1 - 1
landscape/p3d_view-1.pbrt

@@ -10,7 +10,7 @@ Integrator "path" "integer maxdepth" [ 65 ]
 Film "image" 
 	"integer xresolution" 1920
 	"integer yresolution" 1080
-        "string filename" [ "p3d_landscape-view-1.rawls" ]
+        "string filename" [ "p3d_landscape-view1.rawls" ]
 
 #############################################
 WorldBegin

+ 1 - 1
landscape/p3d_view-2.pbrt

@@ -10,7 +10,7 @@ Integrator "path" "integer maxdepth" [ 65 ]
 Film "image" 
 	"integer xresolution" 1920
 	"integer yresolution" 1080
-        "string filename" [ "p3d_landscape-view-2.rawls" ]
+        "string filename" [ "p3d_landscape-view2.rawls" ]
 
 #############################################
 WorldBegin

+ 1 - 1
landscape/p3d_view-3.pbrt

@@ -10,7 +10,7 @@ Integrator "path" "integer maxdepth" [ 65 ]
 Film "image" 
 	"integer xresolution" 1920
 	"integer yresolution" 1080
-        "string filename" [ "p3d_landscape-view-3.rawls" ]
+        "string filename" [ "p3d_landscape-view3.rawls" ]
 
 #############################################
 

+ 1 - 1
landscape/p3d_view-4.pbrt

@@ -10,7 +10,7 @@ Integrator "path" "integer maxdepth" [ 65 ]
 Film "image" 
 	"integer xresolution" 1920
 	"integer yresolution" 1080
-        "string filename" [ "p3d_landscape-view-4.rawls" ]
+        "string filename" [ "p3d_landscape-view4.rawls" ]
 
 #############################################
 WorldBegin