Wallpaper Engine

Wallpaper Engine

413 Bewertungen
超酷结晶体鼠标跟随特效
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
Type: Web
Age Rating: Everyone
Genre: Abstract
Resolution: Dynamic resolution
Category: Wallpaper
Dateigröße
Veröffentlicht
465.685 KB
19. Jan. 2017 um 22:52
1 Änderungshinweis (anzeigen)

Abonnieren zum Herunterladen
超酷结晶体鼠标跟随特效

In 1 Kollektion von SuperBT
特效桌面集锦
9 Inhalte
Beschreibung
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 Kommentare
Metrix145 9. Dez. 2019 um 10:22 
I like it. Its simple and easy to use.
:cozybrawlhalla1:
★ StatTrak™ 11. Apr. 2018 um 2:29 
老牛逼了~~:csgob:
夏方木宇 5. Nov. 2017 um 8:09 
效果不错
Swanfal 14. Juni 2017 um 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. Juni 2017 um 1:28 
@IK 要不显示控制菜单,把1688行的初始化方法中的addControls();行删掉就行了
IK 25. Apr. 2017 um 4:06 
可不可以不显示控制菜单啊...不然右上角总是有个黑块看着怪难受
QAKE_CH 12. Feb. 2017 um 19:23 
Is it possible to hide the "Open Controls" button on theup/right side of the screen?
SuperBT  [Autor] 31. Jan. 2017 um 2:23 
无法打开的原因尚不清楚,上面加亮的文字就是颜色,可以去网上找网页拾色器去看颜色代码替换就行了
一碗花粥 31. Jan. 2017 um 1:40 
需要修改什么?文件上与上述代码相符 需要修改什么?右上角菜单无法打开是因为这个?
Stormtrooper_Tim 30. Jan. 2017 um 3:43 
Awesome idea, but unfortunately any changes to the default settings are not saved after a system restart. Any help?