Skip to content

Instantly share code, notes, and snippets.

@Flexnuts
Flexnuts / webgl_materials_cubemap_dynamic_v2.html
Created November 1, 2021 16:48
Dynamic CubeMap w/ Physical
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - materials - dynamic cube reflection</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link type="text/css" rel="stylesheet" href="main.css">
<style>
body {
touch-action: none;