public:t-vien-07-1:lab_3_materials
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:t-vien-07-1:lab_3_materials [2007/01/26 01:41] – hannes | public:t-vien-07-1:lab_3_materials [2024/04/29 13:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 29: | Line 29: | ||
- | ==== Improving | + | ==== Continuing with your Virtual Room ==== |
+ | |||
+ | * You can continue working where you left off last week on the [[Lab 2 Materials|Making a Virtual Room in Panda 3D]] exercise. | ||
+ | |||
+ | |||
+ | ==== Improving the Virtual Room ==== | ||
Line 37: | Line 42: | ||
</ | </ | ||
- **Onscreen Text:** Add a dynamic text label on your heads-up-display (HUD) simply by creating an **OnscreenText** object like this: <code python> | - **Onscreen Text:** Add a dynamic text label on your heads-up-display (HUD) simply by creating an **OnscreenText** object like this: <code python> | ||
+ | from direct.gui.OnscreenText import OnscreenText | ||
textobject = OnscreenText(pos = (0, -0.9), fg = (1,1,1,1), bg = (0.3, 0.3, 0.3, 0.5), | textobject = OnscreenText(pos = (0, -0.9), fg = (1,1,1,1), bg = (0.3, 0.3, 0.3, 0.5), | ||
align = TextNode.ACenter, | align = TextNode.ACenter, | ||
Line 49: | Line 55: | ||
model.instanceTo(mypanel) | model.instanceTo(mypanel) | ||
</ | </ | ||
- | - **3D Sound:** Add some sound to the television broadcast which grows louder as you approach the television set and softer as you move away from it. First you need to create an instance of an **Audio3DManager** inside the **World**. | + | - **Localized |
# HINT - Creating a 3D audio manager | # HINT - Creating a 3D audio manager | ||
# Note that ' | # Note that ' |
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-07-1/lab_3_materials.1169775705.txt.gz · Last modified: 2024/04/29 13:33 (external edit)