43 |
lut = Lut.COLOR, cell_to_point = True, outline = True) |
lut = Lut.COLOR, cell_to_point = True, outline = True) |
44 |
|
|
45 |
# Create a Camera for the third viewport |
# Create a Camera for the third viewport |
46 |
c1 = Camera(scene = s, viewport = Viewport.NORTH_EAST) |
c2 = Camera(scene = s, viewport = Viewport.NORTH_EAST) |
47 |
|
|
48 |
# Render the object. |
# Render the object. |
49 |
s.render(image_name = os.path.join(PYVISI_EXAMPLE_IMAGES_PATH, IMAGE_NAME)) |
s.render(image_name = os.path.join(PYVISI_EXAMPLE_IMAGES_PATH, IMAGE_NAME)) |