Instanced Billboard Clouds in Three.js
This post covers rendering simple yet good-looking clouds in Three.js. This is based on Mr doob's cloud demo with some modifications.
In the last post we learned how to draw a Tic Tac Toe board using HTML’s Canvas and created a two player Tic Tac Toe game using our drawing class. In this post we’re going to add an intelligent computer…