Rubric

Find Rubric
Keep in mind that 6 students have already been assessed using this rubric. Changing it will affect their evaluations.
Some Rubric (1)
Some Rubric (1)
Criteria Ratings Pts
Replace the default virtual environment with a virtual scene using third party assets. You can use UnityGLTF to export assets from Unity. If you are running Windows, there is a prebuilt Unity package posted under "Useful Links" in Canvas that you can import into your project (in the menu, select Assets->Import Package). For platforms other than Windows, you will need to download the source from GitHub and compile the C# module manually.
threshold: pts
pts
6 pts
--
Make at least four objects in your virtual scene grabbable
threshold: pts
pts
4 pts
--
Create your own custom spatial interfaces using the Babylon GUI! You are free to design any type of user interface that you want, and you can use both of the GUI creation methods described above. Your project should contain at least five distinct types of interactive controls. Non-interactive controls such as a static text block do not count.
threshold: pts
pts
5 pts
--
Add event handlers to five GUI controls that perform useful functions such as object manipulation, locomotion, or other 3D tasks. You are free to implement any type of object manipulation that you want. Creativity is encouraged! However, make sure to include a description of your custom GUI functions in the readme file.
threshold: pts
pts
5 pts
--