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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/webgl/other/get.webgl.org/level.xml
===================================================================
--- third_party/webgl/other/get.webgl.org/level.xml (revision 121077)
+++ third_party/webgl/other/get.webgl.org/level.xml (working copy)
@@ -1,44 +0,0 @@
-<?xml version="1.0"?><glge>
-
- <material id="cloudmaterial" color="#706800" specular="0" emit="1.5" alpha="0.07">
- </material>
-
- <material id="blue1" color="#0090ff" specular="0" emit="1">
- </material>
-
- <material id="blue2" color="#0090ff" specular="0" emit="1">
- </material>
-
- <animation_vector id="spin" frames="700">
- <animation_curve channel="RotY">
- <linear_point x="1" y="0" />
- <linear_point x="700" y="6.282" />
- </animation_curve>
- </animation_vector>
-
- <animation_vector id="spin2" frames="550">
- <animation_curve channel="RotY">
- <linear_point x="1" y="0" />
- <linear_point x="550" y="6.282" />
- </animation_curve>
- </animation_vector>
-
- <scene id="mainscene" camera="#maincamera" background_color="#000006" ambient_color="#666" fog_type="FOG_NONE">
-
- <camera id="maincamera" loc_y="50" loc_x="10" loc_z="15" lookat="#lookat" rot_order="ROT_XZY" xrot_z="0" xrot_x="1.56" xrot_y="3.141" />
- <group id="lookat" loc_y="-50" loc_x="-15" loc_z="-15" />
- <group id="cloud" animation="#spin2" rot_x="1.57" loc_z="5" />
- <group id="bots" animation="#spin" rot_x="1.57" loc_z="5" >
- <collada document="bot.dae" loc_z="20" scale="2.5" />
- <collada document="bot.dae" loc_z="-20" scale="2.5" />
- <collada document="bot.dae" loc_x="20" scale="2.5" />
- <collada document="bot.dae" loc_x="-20" scale="2.5" />
- </group>
-
-
- <collada id="logo" document="webgl-logo.dae" loc_z="5" scale="2" rot_x="1.57" rot_y="3.14"/>
-
- <light id="mainlight" color="#ff9000" loc_x="0" loc_y="5" loc_z="0" attenuation_constant="0.1" type="L_POINT" />
- </scene>
-
-</glge>
« 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