├── AssetManager.js ├── Butterfly.js ├── CapsuleEntity.js ├── CustomLightShadowFragment.js ├── EffectCompositer.js ├── EffectShader.js ├── GodRays.js ├── SSAOShader.js ├── background.png ├── barkcolor.jpeg ├── barkmap.jpeg ├── butterfly.glb ├── dandelion.png ├── dandelionsmall.png ├── dandelionspore.png ├── grassalbido.jpeg ├── grassalpha.jpg ├── index.html ├── leafalpha.png ├── leafcolor.jpeg ├── leafnormal.png ├── leafnormal2.png ├── main.js ├── noise.js ├── rockcolor1.jpeg ├── rockcolor2.jpeg ├── rockcolor3.jpeg ├── rockcolor4.jpeg ├── rockcolor5.jpeg ├── rocknormal1.png ├── rocknormal2.png ├── rocknormal3.png ├── rocknormal4.png ├── rocknormal5.png ├── skybox ├── Box_Back.bmp ├── Box_Bottom.bmp ├── Box_Front.bmp ├── Box_Left.bmp ├── Box_Right.bmp └── Box_Top.bmp ├── stats.js ├── terraincolor.png ├── waternormal.jpeg └── waternormal2.png /AssetManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/AssetManager.js -------------------------------------------------------------------------------- /Butterfly.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/Butterfly.js -------------------------------------------------------------------------------- /CapsuleEntity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/CapsuleEntity.js -------------------------------------------------------------------------------- /CustomLightShadowFragment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/CustomLightShadowFragment.js -------------------------------------------------------------------------------- /EffectCompositer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/EffectCompositer.js -------------------------------------------------------------------------------- /EffectShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/EffectShader.js -------------------------------------------------------------------------------- /GodRays.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/GodRays.js -------------------------------------------------------------------------------- /SSAOShader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/SSAOShader.js -------------------------------------------------------------------------------- /background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/background.png -------------------------------------------------------------------------------- /barkcolor.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/barkcolor.jpeg -------------------------------------------------------------------------------- /barkmap.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/barkmap.jpeg -------------------------------------------------------------------------------- /butterfly.glb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/butterfly.glb -------------------------------------------------------------------------------- /dandelion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/dandelion.png -------------------------------------------------------------------------------- /dandelionsmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/dandelionsmall.png -------------------------------------------------------------------------------- /dandelionspore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/dandelionspore.png -------------------------------------------------------------------------------- /grassalbido.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/grassalbido.jpeg -------------------------------------------------------------------------------- /grassalpha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/grassalpha.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/index.html -------------------------------------------------------------------------------- /leafalpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/leafalpha.png -------------------------------------------------------------------------------- /leafcolor.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/leafcolor.jpeg -------------------------------------------------------------------------------- /leafnormal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/leafnormal.png -------------------------------------------------------------------------------- /leafnormal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/leafnormal2.png -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/main.js -------------------------------------------------------------------------------- /noise.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/noise.js -------------------------------------------------------------------------------- /rockcolor1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rockcolor1.jpeg -------------------------------------------------------------------------------- /rockcolor2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rockcolor2.jpeg -------------------------------------------------------------------------------- /rockcolor3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rockcolor3.jpeg -------------------------------------------------------------------------------- /rockcolor4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rockcolor4.jpeg -------------------------------------------------------------------------------- /rockcolor5.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rockcolor5.jpeg -------------------------------------------------------------------------------- /rocknormal1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rocknormal1.png -------------------------------------------------------------------------------- /rocknormal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rocknormal2.png -------------------------------------------------------------------------------- /rocknormal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rocknormal3.png -------------------------------------------------------------------------------- /rocknormal4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rocknormal4.png -------------------------------------------------------------------------------- /rocknormal5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/rocknormal5.png -------------------------------------------------------------------------------- /skybox/Box_Back.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/skybox/Box_Back.bmp -------------------------------------------------------------------------------- /skybox/Box_Bottom.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/skybox/Box_Bottom.bmp -------------------------------------------------------------------------------- /skybox/Box_Front.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/skybox/Box_Front.bmp -------------------------------------------------------------------------------- /skybox/Box_Left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/skybox/Box_Left.bmp -------------------------------------------------------------------------------- /skybox/Box_Right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/skybox/Box_Right.bmp -------------------------------------------------------------------------------- /skybox/Box_Top.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/skybox/Box_Top.bmp -------------------------------------------------------------------------------- /stats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/stats.js -------------------------------------------------------------------------------- /terraincolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/terraincolor.png -------------------------------------------------------------------------------- /waternormal.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/waternormal.jpeg -------------------------------------------------------------------------------- /waternormal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/N8python/theIsland/HEAD/waternormal2.png --------------------------------------------------------------------------------