Browse Source

Merge branch 'main' of github.com:ailrst/blackpink into main

place-stuff
Joel 4 years ago
parent
commit
504bfab536
  1. 5
      main.c

5
main.c

@ -151,7 +151,10 @@ void setup_camera_scene() @@ -151,7 +151,10 @@ void setup_camera_scene()
scene_objects[1] = white_sphere;
scene_objects[0] = other_white_sphere;
scene_object = new_scene(1, scene_objects);
scene_object = new_scene(2, scene_objects);
scene_object.sol.pos.dimension = 3;
scene_object.sol.pos.elements = camera->pos->elements;
}
int main(int argc, char **argv) {

Loading…
Cancel
Save