We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f668b4 commit 82c185bCopy full SHA for 82c185b
plugins/particles/examples/smokepuff.html
@@ -2,13 +2,13 @@
2
<script src="../../../build/tquery-bundle-require.js"></script>
3
<body><script>
4
require(['tquery.tween'], function(){
5
- var world = tQuery.createWorld().boilerplate().start();
+ var world = tQuery.createWorld().boilerplate().defaultPageTitle().start();
6
7
world.removeCameraControls()
8
9
var smokePuff = (function(){
10
// load the texture
11
- var texture = THREE.ImageUtils.loadTexture('../images/cloud10.png')
+ var texture = THREE.ImageUtils.loadTexture('../../../plugins/particles/images/cloud10.png')
12
return function(position){
13
// randomize the initial position
14
position = position.clone();
0 commit comments