Browsing index pages (2 articles)
↧
Tileable texture in Three.js
Hello I have created simple renderer for my 3D objects (php generated).I am successfully rendering all the object, but I got some big issues with textures.This is my texture: (512x512)I'd like to use...
View ArticleAnswer by pailhead for Tileable texture in Three.js
Is your mesh imported or generated?You are iterating through each and every triangle, and doing some sort of scale / projection. If all of these boxes are a single mesh, this will work to an extent,...
View Article
Browsing index pages (2 articles)