SoulDesignerTom

Results 7 comments of SoulDesignerTom

Sure you can - you can find already textured examples here: https://keithclark.co.uk/articles/3d-models-in-html-documents/ The issue is - i also don't know how and be glad to know how to do this.

I would like to second that. I'm trying to move camera along CameraAnimationPath - but with no success - it's almost impossible to guess the numbers for settings. It took...

Ok i'll find a way for that. Just add to your script: `camera.on("matrix", function(matrix) { console.log(camera.eye); console.log(camera.look); console.log(camera.up); });` Then when you set your camera with mouse you will get...

I've noticed that on my website this laggy issue was made by having a very complex SVG image. Even if it was in a tag - changed to .png and...

Well it will be great if particles could form a shape - like for example - this brain here: http://tomb.pl/projects/thread/images/brain.jpg

I fixed it by adding: `video.play();` just before: `diffuseMap.image = video;`

Ok, nevermind - i don't know why i putted: `pointer-events:none` on a wrapper element. This was causing the issue. Issue can be closed. Thanks