This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Reduce node size
Actually happened in previous commit, can't be bothered to amend
master
Pete Shadbolt
8 years ago
parent
452430627a
commit
5bcf7fba92
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
static/scripts/materials.js
+ 1
- 0
static/scripts/materials.js
View File
@@ -5,6 +5,7 @@ var curveProperties = {
curvature: 20
};
// Is called on boot
materials.prepare = function() {
var ballSprite = new THREE.Texture(document.getElementById("ball"));
ballSprite.needsUpdate = true;
Write
Preview
Loading…
Cancel
Save