Skip to content

SinsOfSeven/SliderImpact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SliderImpact (WIP)

Shape Keys Shader

Menu Shader

Virtual Textures

Shape Keys Shader

GameBanana Link

;Example
[ResourcePosition]
[ResourcePosition.Base]
filename = 
[ResourcePosition.1]
filename = 
[Constants]
global persist $Key = 0
post ResourcePosition = copy_desc ResourcePosition.Base
post run = CommandListComputeShapeKeys

[CommandListComputeShapeKeys]
Resource\Shape\Key = copy ResourcePosition.Base
cs-t50 = copy ResourcePosition.Base
cs-t51 = copy ResourcePosition.1
x88 = $Key
;number of verts in pos.
$\Shape\KeyBatch = 0
run = CustomShader\Shape\Keys

Menu Shader

;Example
[CommandListCursors.2]
;NORMALIZE VAR
local $v = (($Key2+1)/2)
;DRAW CURSOR
x87 = $bar_y*res_height/res_width
y87 = $bar_y
z87 = $v*$bar_x+$bar_xo-($bar_y*res_height/res_width)/2
w87 = $bar2_yo
ps-t100 = ResourceCursor2
run = CustomShader\Menu\Element
;DRAW ICON
x87 = $icon_size
y87 = $icon_size*res_width/res_height
z87 = $bar_xo-$icon_size
w87 = $bar2_yo
ps-t100 = ResourceSliderIcon2
run = CustomShader\Menu\Element

Vir Tex

Resource\VirTex\Lightmap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published