Tags Posts tagged with "refraction"

refraction

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