Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Side by Side Diff: third_party/webgl/other/get.webgl.org/level.xml

Issue 9360034: Remove everthing except conformance tests in the deps/third_party/webgl (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0"?><glge>
2
3 <material id="cloudmaterial" color="#706800" specular="0" emit="1.5" alpha=" 0.07">
4 </material>
5
6 <material id="blue1" color="#0090ff" specular="0" emit="1">
7 </material>
8
9 <material id="blue2" color="#0090ff" specular="0" emit="1">
10 </material>
11
12 <animation_vector id="spin" frames="700">
13 <animation_curve channel="RotY">
14 <linear_point x="1" y="0" />
15 <linear_point x="700" y="6.282" />
16 </animation_curve>
17 </animation_vector>
18
19 <animation_vector id="spin2" frames="550">
20 <animation_curve channel="RotY">
21 <linear_point x="1" y="0" />
22 <linear_point x="550" y="6.282" />
23 </animation_curve>
24 </animation_vector>
25
26 <scene id="mainscene" camera="#maincamera" background_color="#000006" am bient_color="#666" fog_type="FOG_NONE">
27
28 <camera id="maincamera" loc_y="50" loc_x="10" loc_z="15" lookat="#lookat" ro t_order="ROT_XZY" xrot_z="0" xrot_x="1.56" xrot_y="3.141" />
29 <group id="lookat" loc_y="-50" loc_x="-15" loc_z="-15" />
30 <group id="cloud" animation="#spin2" rot_x="1.57" loc_z="5" />
31 <group id="bots" animation="#spin" rot_x="1.57" loc_z="5" >
32 <collada document="bot.dae" loc_z="20" scale="2.5" />
33 <collada document="bot.dae" loc_z="-20" scale="2.5" />
34 <collada document="bot.dae" loc_x="20" scale="2.5" />
35 <collada document="bot.dae" loc_x="-20" scale="2.5" />
36 </group>
37
38
39 <collada id="logo" document="webgl-logo.dae" loc_z="5" scale="2" rot_x="1.57" rot_y="3.14"/>
40
41 <light id="mainlight" color="#ff9000" loc_x="0" loc_y="5" loc_z= "0" attenuation_constant="0.1" type="L_POINT" />
42 </scene>
43
44 </glge>
OLDNEW
« no previous file with comments | « third_party/webgl/other/get.webgl.org/index.html ('k') | third_party/webgl/other/get.webgl.org/logo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698