Recent posts

Limiting Video Buffer Size

less than 1 minute read

Problem I was trying to play video using HLS, but it consumed too much network data on the initial load. In my case, the initial load buffered a full minute ...

Three.js RGBAFormat vs RGBFormat

less than 1 minute read

2023.04.06. v0.151.3 기준으로 Three.js의 버전이 올라가면서 더이상 THREE.RGBFormat API를 사용할 수 없게 되었다.

Three.js RGBAFormat vs RGBFormat

less than 1 minute read

As of 2023.04.06, with the version bump in Three.js to v0.151.3, the THREE.RGBFormat API can no longer be used.