summaryrefslogtreecommitdiff
path: root/community/luxrays/luxmark_scenes_path.diff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/luxrays/luxmark_scenes_path.diff
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/luxrays/luxmark_scenes_path.diff')
-rw-r--r--community/luxrays/luxmark_scenes_path.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/luxrays/luxmark_scenes_path.diff b/community/luxrays/luxmark_scenes_path.diff
deleted file mode 100644
index 80f909a05..000000000
--- a/community/luxrays/luxmark_scenes_path.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -rup luxrender-luxrays-475fbf15f0ca/samples/luxmark/luxmarkapp.h luxrender-luxrays-475fbf15f0ca.new/samples/luxmark/luxmarkapp.h
---- luxrender-luxrays-475fbf15f0ca/samples/luxmark/luxmarkapp.h 2013-02-22 22:29:42.000000000 +0100
-+++ luxrender-luxrays-475fbf15f0ca.new/samples/luxmark/luxmarkapp.h 2013-06-24 14:54:12.946992718 +0200
-@@ -36,11 +36,11 @@
- //------------------------------------------------------------------------------
-
- // List of supported scenes
--#define SCENE_ROOM "scenes/room/render.cfg"
--#define SCENE_SALA "scenes/sala/render.cfg"
--#define SCENE_LUXBALL_HDR "scenes/luxball/render-hdr.cfg"
--#define SCENE_LUXBALL "scenes/luxball/render.cfg"
--#define SCENE_LUXBALL_SKY "scenes/luxball/render-sunset.cfg"
-+#define SCENE_ROOM "/usr/share/luxmark/room/render.cfg"
-+#define SCENE_SALA "/usr/share/luxmark/sala/render.cfg"
-+#define SCENE_LUXBALL_HDR "/usr/share/luxmark/luxball/render-hdr.cfg"
-+#define SCENE_LUXBALL "/usr/share/luxmark/luxball/render.cfg"
-+#define SCENE_LUXBALL_SKY "/usr/share/luxmark/luxball/render-sunset.cfg"
-
- class LuxMarkApp : public QApplication {
- Q_OBJECT