Wallpaper Engine

Wallpaper Engine

1,317 ratings
Clouds(WebGL)
   
Award
Favorite
Favorited
Unfavorite
Type: Web
Age Rating: Everyone
Genre: Unspecified
Resolution: Dynamic resolution
Category: Wallpaper
File Size
Posted
Updated
769.128 KB
Dec 23, 2016 @ 3:39am
Jan 6, 2017 @ 4:28am
2 Change Notes ( view )

Subscribe to download
Clouds(WebGL)

In 1 collection by FukHak
3D Website
6 items
Description
This is way simpler than it looks like.
TECHNOLOGY three.js
Code by Mr.doob mrdoob.com
====================
How to set mouse movement speed:
1.enter to wellpaper engine workshop folder
Steam\steamapps\workshop\content\431960\823979999
2.open index.html or index with notepad
3.modify mousespeed with line 6
e.g var mousespeed = 0.15 --> var mousespeed = 0.2
4.save and restart wellpaper engine
====================
如何设置鼠标移动速度:
1.进入wellpaper engine创意工坊文件夹
Steam\steamapps\workshop\content\431960\823979999
2.使用记事本打开index.html或index
3.在第六行修改鼠标速度
例子 var mousespeed = 0.15 --> var mousespeed = 0.2
保存并重開wellpaper engine
====================
47 Comments
DragonFire Dec 28, 2021 @ 2:01pm 
Hey I made a video about your Wallpaper I hope this is ok https://www.youtube.com/watch?v=vaOrPzf56y0
Psi_Remy Jun 16, 2021 @ 5:44pm 
If you find the mouse movement to be too much, edit the onDocumentMouseMove function in index.html file. I went with these settings and found it to be way better:

function onDocumentMouseMove( event ) {

mouseX = ( event.clientX - windowHalfX ) * mousespeed/4;
mouseY = (( event.clientY - windowHalfY ) * mousespeed/10) - 9;

}

Obviously, this is a matter of taste and you can fine tune the numbers to get the movement exactly where you want it to be.
吃了还想吃 Jul 30, 2020 @ 12:50am 
有点占gpu,不过很好看
Random NPC May 17, 2020 @ 7:51am 
Still one of my favourites! <3
Wolfie May 4, 2018 @ 7:02am 
Beautiful, however fairly CPU intensive
76561198089558136 Jan 6, 2018 @ 2:14pm 
очень хорошие обои, облака очень реалистичны.
FukHak  [author] Mar 15, 2017 @ 8:32pm 
@Haze this doesn't made by me, plz see description
Darth Ray Mar 15, 2017 @ 8:17pm 
This is awesome. Would you mind sharing this on CodePen?
天满桃 Mar 10, 2017 @ 12:51am 
简直棒极了,让人舒畅无比呀
Supermuskox Mar 1, 2017 @ 2:28am 
Can't you code the mousespeed variable in the project.json properties tab? Then you can edit it from Wallpaper engine's UI