Tags Posts tagged with "skybox"

skybox

0 8815
WebGL With Three.js - Lesson 8

Our lessons on webgl are continuing. Today we start another topic where we will be working with sprites and texture animation. If you do not know, sprites are simply images, that could be attached to objects. These sprite images are always orthogonal to our camera. Three.js provides a special material for the sprites – THREE.SpriteMaterial, as well as a special object – THREE.Sprite. Also in this tutorial we will learn how to play the animation using sprites.

0 17795
WebGL With Three.js – Lesson 5
WebGL With Three.js - Lesson 5

WebGL With Three.js – Lesson 5

Today we continue our webgl (three.js) lessons for those who study this language, and today we will show you how to create a beautiful environment (sky box) for your scenes in three different ways: cubic skybox (with 6 textures for all sides), spherical skybox (with single surrounding texture) and spherical shader skybox (without textures). We will also consider how to create several special semi-transparent objects with the following properties: reflection, refraction and soapbubble-like object.

POPULAR TUTORIALS

How to Easily Make a PHP Chat Application

170 193070
How to Easily Make Chat application with PHP + SQLToday I will tell you about creating simple Chat application using our existing login system....
CSS3 Modal Popups