A Qt Program for visualizing shadows, final project of Yale University CPSC 679 (Computational Issues in 3-D Design and Fabrication)
To build Shadow-Play, first run cmake then
% make shadow-play
Shadow-Play allows user to easily visualize shadows cast by a point light-source. The user can manipulate the 3D scene on the left-pane and see real-time shadow feedback on the right. The user can also save the current configuration to an aggragated mesh in OFF format.
The command-line arguments are a list of paths to 3D models. Shadow-Play supports all formats supported by Assimp (see a list here).
- Left-click and drag mouse to rotate scene
- Right-click and drag mouse to move scene
- Shift + Click to select a mesh or the light source.
- Once an object is selected, all mouse controls are applied to the object's local frame.
- Shift + Click background to de-select object.
- When an object is selected, hold Ctrl to apply mouse controls to the entire scene.
- Press H to see more controls and short-cuts, including taking screenshots, double-click controls etc.
- ESC to quit
- Use Alt + S to save current configuration to
meshes.off. It is an aggregated mesh consists of all meshes in the scene and their current coordinates. - The light source coordinate is output on the second line of the file as a comment.
- Meshes are re-triangulated and vertices may be duplicated.
