Wallpaper Engine

Wallpaper Engine

413 beoordelingen
超酷结晶体鼠标跟随特效
   
Prijs
Toevoegen aan favorieten
Toegevoegd aan favorieten
Verwijderen uit favorieten
Type: Web
Age Rating: Everyone
Genre: Abstract
Resolution: Dynamic resolution
Category: Wallpaper
Bestandsgrootte
Geplaatst op
465.685 KB
19 jan 2017 om 22:52
1 wijzigingsnotitie (weergeven)

Abonneren om te downloaden
超酷结晶体鼠标跟随特效

In 1 verzameling van SuperBT
特效桌面集锦
9 items
Omschrijving
Html5 特效 鼠标跟随照亮背景,背景随机生成,每次都会不一样。而且支持自定义颜色数量等参数


Custom
Open files "Steam\steamapps\workshop\content\431960\846106760\js\index.js"

Find code "Light Properties"
according to actual needs,modify code.

//------------------------------
// Light Properties
//------------------------------
var LIGHT = {
count: 1,
xPos : 0,
yPos : 200,
zOffset: 100,
ambient: '#880066', // modify here
diffuse: '#FF8800', // modify here
pickedup :true,
proxy : false,
currIndex : 0
};


//And here

//------------------------------
// Mesh Properties
//------------------------------
var MESH = {
width: 1.2,
height: 1.2,
slices: 250,
ambient: '#555555', // modify here
diffuse: '#FFFFFF', // modify here
};


17 opmerkingen
Metrix145 9 dec 2019 om 10:22 
I like it. Its simple and easy to use.
:cozybrawlhalla1:
★ StatTrak™ 11 apr 2018 om 2:29 
老牛逼了~~:csgob:
夏方木宇 5 nov 2017 om 8:09 
效果不错
Swanfal 14 jun 2017 om 1:53 
@QAKE_CH To hide control panel, simply delete or comment out the addControls(); in the initialise funtion, which is around line 1688.
Swanfal 14 jun 2017 om 1:28 
@IK 要不显示控制菜单,把1688行的初始化方法中的addControls();行删掉就行了
IK 25 apr 2017 om 4:06 
可不可以不显示控制菜单啊...不然右上角总是有个黑块看着怪难受
QAKE_CH 12 feb 2017 om 19:23 
Is it possible to hide the "Open Controls" button on theup/right side of the screen?
SuperBT  [auteur] 31 jan 2017 om 2:23 
无法打开的原因尚不清楚,上面加亮的文字就是颜色,可以去网上找网页拾色器去看颜色代码替换就行了
一碗花粥 31 jan 2017 om 1:40 
需要修改什么?文件上与上述代码相符 需要修改什么?右上角菜单无法打开是因为这个?
Stormtrooper_Tim 30 jan 2017 om 3:43 
Awesome idea, but unfortunately any changes to the default settings are not saved after a system restart. Any help?