#three.js #pixelart #sampling
:: Use code
var renderer = new THREE.WebGLRenderer();
renderer.antialias = false; // Default is false.
var texture = new THREE.TextureLoader().load( 'builderTextureURL' );
texture.magFilter = THREE.NearestFilter;
#UHD_Labs
Official Site: https://hwanyong.com
Playground: https://hwanyong.com/playground
Contact & DM
e-mail: [email protected]
Instagram: / dev_hwanyong
Other Channel
UHD Thinks: / faradigm
Tags
#uhd #uhd_labs