KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2023-05-05 to 1 day

vertex colorとline segmentとShaderMaterial

import * as THREE from 'three'; import vert from "./line/line.vert"; import frag from "./line/line.frag"; import glslify from 'glslify'; export class MyLine extends THREE.Object3D{ numParticles:number=5000; strokes:THREE.Line; counter=0; p…

"FOOTER"