2022.6.16
・JS/HTML/CSS1
<script src="https://stat.neort.io/externalResource/calhb8c3p9fbkmo5vgk0.js"></script>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
let pixelRatio = 1
let renderer, scene, camera, material, pointerPos, clock
let isPointerActive = false
const FORCE_RADIUS = 800
const POINTER_FORCE = 400
// options
kumaleon.options = {
onInit: () => {
// called when the app is initialized
// you can use three.js r141 after iniialization
renderer = new THREE.WebGLRenderer()
scene = new THREE.Scene()
camera = new THREE.OrthographicCamera(-1, 1, 1, -1, 0.1, 4)
camera.position.z = 2
camera.lookAt(0, 0, 0)
1
html,
autorenew