Categories

Texture mapping techniques

.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 50%; }
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}

Diffuse and specular texture mapped to the floor

Just the same but more closer look!

Very close look! But with different specular texture.

Apply with some real scene, with lighting affect on the floor.

Full functioning

The testbed I have recently done so far, this time [...]