User Tools

Site Tools


public:t-vien-07-1:lab_3_materials

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:t-vien-07-1:lab_3_materials [2007/01/26 01:37] hannespublic:t-vien-07-1:lab_3_materials [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Lab 3 - Global Environment and Sound  ======+====== Lab 3 - Camera, Text, Environment and Sound  ====== 
  
 ===== Before Coming to Class ===== ===== Before Coming to Class =====
  
-  * Bring your work on last week's exercises+  * Bring your work from last week
  
 ===== Useful Links ===== ===== Useful Links =====
Line 17: Line 18:
  
 ===== In-Class Excercises ===== ===== In-Class Excercises =====
 +
  
  
Line 23: Line 25:
 ==== Before You Start ==== ==== Before You Start ====
  
-  * Download and unzip the [[http://www.ru.is/kennarar/hannes/classes/ve2007/Lab3Assets.zip|Lab 3 Asset File]] into your working directory+  * Download and unzip the [[http://www.ru.is/kennarar/hannes/classes/ve2007/Lab3Assets.zip|Lab 3 Asset File]] into your working directory (same directory you used last week) 
 + 
 + 
 + 
 +==== 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 in Panda 3D ====+==== Improving the Virtual Room ====
  
  
Line 34: Line 42:
 </code>   </code>  
   - **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, scale = 0.07, mayChange = True)                              align = TextNode.ACenter, scale = 0.07, mayChange = True)   
Line 46: Line 55:
 model.instanceTo(mypanel) model.instanceTo(mypanel)
 </code>  </code> 
-  - **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**.  You can use the **camera** object as the reference point for calculating how far the sound is traveling and therefore how much the volume should drop.  Set the drop off factor to **10**.  Then load the sound **glenn_launch.wav** and attach it to the television screen.  Set the min distance of the sound to **1.2**.  Make sure to start the sound playing.  Play with different drop off factors and min distance values and see how it affects the sound in the room as you move around. <code python>+  - **Localized 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**.  You can use the **camera** object as the reference point for calculating how far the sound is traveling and therefore how much the volume should drop.  Set the drop off factor to **10**.  Then load the sound **glenn_launch.wav** and attach it to the television screen.  Set the min distance of the sound to **1.2**.  Make sure to start the sound playing.  Play with different drop off factors and min distance values and see how it affects the sound in the room as you move around. <code python>
 # HINT - Creating a 3D audio manager # HINT - Creating a 3D audio manager
 # Note that 'reference_point' could be the pathnode of a listener's location  # Note that 'reference_point' could be the pathnode of a listener's location 
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-07-1/lab_3_materials.1169775476.txt.gz · Last modified: 2024/04/29 13:33 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki