-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8edd652
commit afc1a81
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Showcase homework | ||
|
||
## This homework is NOT mandatory. | ||
|
||
## It MAY improve your mark up to 3 points. | ||
|
||
## The best works will be exhibited in the Plasm.js showcase. | ||
|
||
# Instructions | ||
|
||
Choose a simple object (e.g. Pixar Lamp, a chair, Apple iMac/MacPro/MacBook cases, a chess piece, etc.). | ||
Model it in Plasm.js taking care of his details. | ||
Try to reach a trade off between model complexity and code quality. | ||
|
||
# Delivery | ||
|
||
The project must be contained in a directory entitled `showcase`, | ||
pushed into your repository in cvdlab-cg organization [https://github.com/cvdlab-cg/xxxxxx](https://github.com/cvdlab-cg/) | ||
where `xxxxxx` is your student ID (matricola). | ||
|
||
The model must be delivered in a file named `model.js`. | ||
|
||
You have to provide even a `snapshot.jpg` of the model in a 400x300 format. | ||
|
||
|
||
``` | ||
XXXXXX | ||
| | ||
+- showcase | ||
| | ||
+- model.js | ||
+- snapshot.jpg | ||
``` | ||
|
||
> where `XXXXXX` is the name of your repository (your matricola) |