190 likes | 287 Views
AGENDA. Create a 3-D image of a sphere with radius =1unit Wrap it with a picture of earth Use MS Word create a table . Calculate diameter, circumference, area, surface area, and volume. summarize results on the bottom of the table discussion
E N D
AGENDA • Create a 3-D image of a sphere with radius =1unit • Wrap it with a picture of earth • Use MS Word create a table. • Calculate diameter, circumference, area, surface area, and volume. • summarizeresults on the bottom of the table • discussion • Explore online the earth’s longitude, and latitude and how it is calculated. Record it.
First Line #VRML V2.0 utf8
Line 2 Shape
Line 3 {
Line 4 appearance Appearance
Line 5 {
Line 6 material Material
Line 7 {
Line 8 diffuseColor 0 0 1
Line 9 }
Line 10 }
Line 11 geometry Sphere
Line 12 {
Line 13 radius 1
Line 14 }
Line 15 }
Save picture • Choose a picture that is rectangular shape • Select the picture • Right click it • Choose: save target as • Name the picture earth.jpg • Follow my directions to change your VRML code
Search a Picture • http://www.vickiblackwell.com/timer.html
Wrap picture • Replace material Materialwith • texture ImageTexture • Replace diffuseColor 0 0 1 with • url “earth.jpg”