Skip to content

decompileee/shader_iridescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Iridescent Sphere

Three.js と GLSL で作った、真珠・螺鈿・オパールのような干渉色を持つ球体シェーダーデモです。

実行方法

python3 -m http.server 8000

http://localhost:8000 を開くとデモを確認できます。

ファイル構成

.
├── index.html
├── README.md
└── src
    ├── main.js
    ├── styles.css
    └── shaders
        ├── commonNoise.js
        └── iridescentSphere.js

調整できる項目

  • iridescenceStrength
  • fresnelPower
  • noiseScale
  • noiseStrength
  • flowSpeed
  • baseBrightness
  • rimStrength
  • colorCycleAmount
  • displacementStrength

https://decompileee.github.io/shader_iridescent/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors