Wallpaper Engine

Wallpaper Engine

1,328 人が評価
Clouds(WebGL)
   
アワード
お気に入り
お気に入り
お気に入りから削除
Type: Web
Age Rating: Everyone
Genre: Unspecified
Resolution: Dynamic resolution
Category: Wallpaper
ファイルサイズ
投稿日
更新日
769.128 KB
2016年12月23日 3時39分
2017年1月6日 4時28分
2 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
Clouds(WebGL)

FukHak 作成の 1 件のコレクション
3D Website
6 アイテム
解説
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
====================
48 件のコメント
Marvin 2024年7月15日 23時53分 
Visual pleasure.
DragonFire 2021年12月28日 14時01分 
Hey I made a video about your Wallpaper I hope this is ok https://www.youtube.com/watch?v=vaOrPzf56y0
Psi_Remy 2021年6月16日 17時44分 
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.
吃了还想吃 2020年7月30日 0時50分 
有点占gpu,不过很好看
Random NPC 2020年5月17日 7時51分 
Still one of my favourites! <3
Wolfie 2018年5月4日 7時02分 
Beautiful, however fairly CPU intensive
76561198089558136 2018年1月6日 14時14分 
очень хорошие обои, облака очень реалистичны.
FukHak  [作成者] 2017年3月15日 20時32分 
@Haze this doesn't made by me, plz see description
Darth Ray 2017年3月15日 20時17分 
This is awesome. Would you mind sharing this on CodePen?
天满桃 2017年3月10日 0時51分 
简直棒极了,让人舒畅无比呀