public:t-vien-08-1:program_1
This is an old revision of the document!
Table of Contents
Programming Assignment 1: Room with interactive items
Under construction. Please wait until it gets assigned!
Basic Info
Due: Thursday, January 31st at 23:59
Group size: Max 2 people
What to turn in: Single ZIP file with Python files, asset files and an item data file
Note: Use comments in your code to explain what you are doing.
Note: If you use code or assets from others, remember to credit them in your comments.
Description
- Write a program that displays the interiors of a room. You can use the same method and assets as presented in Lab2, but at least change the shape and play with the textures and lights. You are also free to use a completely different model.
- Create a Python class for interactive items that at least holds information about 'location', 'orientation', 'name', 'description' and 'usage effect'. When instantiated, the item should load a unique model from a file and appear inside the world.
- Populate the room with 8 - 12 items by reading in a text file, for example in the following format:
- ITEM:name:location:orientation:description:effect
- ITEM:name:location:orientation:description:effect
- …
- When a user navigates through your room, any item that close to and directly in front of the camera, should become the selected item. A selected item needs to stand out in some manner, for example by switching to a particularly bright texture or by bobbing up and down (you can use your imagination here). The 'description' of the selected item should appear somewhere on the screen.
- A selected item should become unselected when the user moves away.
- When the user hits the ENTER key while an item is selected, you should make something happen depending on what the selected item is. It is enough just to show the 'usage effect' text, but feel free to improvise.
Resources
- You can populate your room with items from The Panda 3D Model Archive if you like
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-08-1/program_1.1200518410.txt.gz · Last modified: 2024/04/29 13:33 (external edit)