Skip to content

Commit

Permalink
Latest build added
Browse files Browse the repository at this point in the history
  • Loading branch information
victorporof committed Oct 24, 2011
1 parent 0cf3d21 commit 45d5c57
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bin/Tilt-extension-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bin/Tilt-extension.js
Expand Up @@ -11878,7 +11878,7 @@ TiltChrome.Config.UI = {
value: 100
},
alphaSlider: {
value: 80
value: 100
},
textureSlider: {
value: 100
Expand All @@ -11898,7 +11898,7 @@ TiltChrome.Config.UI = {
value: 100
},
alphaSlider: {
value: 80
value: 100
},
textureSlider: {
value: 100
Expand Down Expand Up @@ -14549,7 +14549,7 @@ TiltChrome.Visualization = function(canvas, controller, ui) {
vertices: new Tilt.VertexBuffer(vertices, 3),
texCoord: new Tilt.VertexBuffer(texCoord, 2),
indices: new Tilt.IndexBuffer(indices),
tint: [1, 1, 1, 0.85],
tint: [1, 1, 1, 1],
alpha: 1,
texture: texture,
visibleNodes: visibleNodes,
Expand Down
Binary file modified bin/Tilt.xpi
Binary file not shown.
Binary file modified bin/build/chrome/Tilt.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/build/install.rdf
Expand Up @@ -44,7 +44,7 @@
<em:id>tilt@mozilla.com</em:id>
<em:name>Tilt</em:name>
<em:description>Tilt is a fun new Firefox extension focused on creating a 3D visualization of a webpage, drawn using WebGL. Since the DOM is essentially a tree-like representation of a document, this tool layers each node based on the nesting in the tree, creating stacks of elements, each having a corresponding depth and being textured according to the webpage rendering.</em:description>
<em:version>0.9.1.6</em:version>
<em:version>0.9.1.7</em:version>
<em:creator>Victor Porof</em:creator>
<em:homepageURL>http://blog.mozilla.com/tilt/</em:homepageURL>
<em:type>2</em:type>
Expand Down

0 comments on commit 45d5c57

Please sign in to comment.