Skip to content

Commit 82c185b

Browse files
committed
path fix
1 parent 7f668b4 commit 82c185b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/particles/examples/smokepuff.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<script src="../../../build/tquery-bundle-require.js"></script>
33
<body><script>
44
require(['tquery.tween'], function(){
5-
var world = tQuery.createWorld().boilerplate().start();
5+
var world = tQuery.createWorld().boilerplate().defaultPageTitle().start();
66

77
world.removeCameraControls()
88

99
var smokePuff = (function(){
1010
// load the texture
11-
var texture = THREE.ImageUtils.loadTexture('../images/cloud10.png')
11+
var texture = THREE.ImageUtils.loadTexture('../../../plugins/particles/images/cloud10.png')
1212
return function(position){
1313
// randomize the initial position
1414
position = position.clone();

0 commit comments

Comments
 (0)