User Tools

Site Tools


public:t-vien-07-1:lab_2_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_2_materials [2007/01/19 04:08] hannespublic:t-vien-07-1:lab_2_materials [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 22: Line 22:
  
   * Download and unzip the [[http://www.ru.is/kennarar/hannes/classes/ve2007/Lab2Assets.zip|Lab 2 Asset File]] into your working directory   * Download and unzip the [[http://www.ru.is/kennarar/hannes/classes/ve2007/Lab2Assets.zip|Lab 2 Asset File]] into your working directory
 +
  
  
Line 44: Line 45:
  
 ==== Making a Virtual Room in Panda 3D ==== ==== Making a Virtual Room in Panda 3D ====
 +
 +{{public:t-vien-07-1:ve-lab2-screenshot.jpg|}}
  
   - Create a program called myscene.py that moves the camera to the location (-0.5, -3.5, 0.5), changes its heading by -45 degrees and then loads the model "Models/television.egg", placing it at location (2,-2,0).  Scale the model down to 15% and rotate it such that you can see the front of the television screen. <code python>   - Create a program called myscene.py that moves the camera to the location (-0.5, -3.5, 0.5), changes its heading by -45 degrees and then loads the model "Models/television.egg", placing it at location (2,-2,0).  Scale the model down to 15% and rotate it such that you can see the front of the television screen. <code python>
Line 96: Line 99:
         if self.keystate['back'] is 1:         if self.keystate['back'] is 1:
             base.camera.setPos(camera,0,-0.7*elapsed,0)             base.camera.setPos(camera,0,-0.7*elapsed,0)
 +        self.lasttime = task.time
         return task.cont         return task.cont
 </code><code python> </code><code python>
Line 157: Line 161:
 # "Models/Textures/ceiling_tanned_light.png" # "Models/Textures/ceiling_tanned_light.png"
 </code> </code>
-  - Modify the **create_wall** method to pick a random texture for each panel for a greater variety (use the assets below) and finally pass in data into the Room's constructor for building a room with the following shape: \\{{public:t-vien-07-1:scene_gridview.jpg|}}<code python>+  - Modify the **create_wall** method to pick a random texture for each panel for a greater variety (use the assets below) and finally pass in data into the Room's constructor for building a room with the following shape: \\ {{public:t-vien-07-1:scene_gridview.jpg|}} \\ <code python>
 # USEFUL ASSETS: # USEFUL ASSETS:
 # "Models/Textures/wall_tanned_clear.png"  # "Models/Textures/wall_tanned_clear.png" 
/var/www/cadia.ru.is/wiki/data/attic/public/t-vien-07-1/lab_2_materials.1169179694.txt.gz · Last modified: 2024/04/29 13:33 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki