Indoor scene with chairs around a table

Post your tests, experiments and unfinished renderings here.
Post Reply
User avatar
wahn
Posts: 8
Joined: Sun Apr 08, 2018 5:33 pm
Location: Berlin, Germany
Contact:

Indoor scene with chairs around a table

Post by wahn »

The scene originally comes from PBRT, see scenes for pbrt-v3:

Image

You can download the scene and (the one and only used) texture here:

https://www.janwalter.org/download

To see what the files contain:

Code: Select all

$ tar tfvz breakfast_luxcore.tar.gz
drwxr-xr-x jan/jan           0 2018-04-09 11:36 breakfast_lux_LuxCore/
-rw-r--r-- jan/jan     5623547 2018-04-09 11:36 breakfast_lux_LuxCore/00000.bcf
-rw-r--r-- jan/jan    13693620 2018-04-09 11:23 blend/breakfast_lux.blend
$ tar tfvz breakfast_textures.tar.gz
drwxr-xr-x jan/jan           0 2017-12-18 20:24 textures/
-rw-r--r-- jan/jan      175429 2017-12-18 20:24 textures/seamless_marble_tiles.jpg
To actually extract the files:

Code: Select all

$ tar xfvz breakfast_textures.tar.gz
textures/
textures/seamless_marble_tiles.jpg
$ tar xfvz breakfast_luxcore.tar.gz
breakfast_lux_LuxCore/
breakfast_lux_LuxCore/00000.bcf
blend/breakfast_lux.blend
To render standalone (replace path to binary for your installation)

Code: Select all

$ cd breakfast_lux_LuxCore ; /usr/local/luxcorerender/luxcoreui 00000.bcf ; cd ..
To see the scene and change things within Blender (replace path to binary for your installation):

Code: Select all

$ /usr/local/blender/blender blend/breakfast_lux.blend
Have fun :lol:
Post Reply