Best Tutorials website
Latest tutorials

Advertisment

Seamless texturing: Part 3 of Creating a realistic looking turtle

Seamless texturing: Part 3 of Creating a realistic looking turtle

This time I will first explain a few useful tricks to seamless texture your models and then we will see how to do to make the texture maps look...


Views: 880 | Rating star | by Colin
Maya - Textures and Materials

Creating motion-blurred shadows

Creating motion-blurred shadows

This tutorial shows how to generate motion blurred shadows in a separate pass(es), to be composited or just remapped into an attribute of a material.


Views: 947 | Rating star | by Sarah
Maya - Textures and Materials

Faking ray-traced shadows with depth-map shadows

Faking ray-traced shadows with depth-map shadows

To produce realistic 'soft shadows' in Maya, you have two solutions.


Views: 931 | Rating star | by Brad
Maya - Textures and Materials

Putting a label on a bottle

Putting a label on a bottle

I had to do some experimenting to get this working, so why not share that knowledge with all of you?


Views: 925 | Rating star | by Source
Maya - Textures and Materials

Metallic Shaders

Metallic Shaders

Create your own metallic shaders in Maya.


Views: 952 | Rating star 3 | by Daniel
Maya - Textures and Materials

Modeling a Human Ear

Modeling a Human Ear

Create realistic modelled human ears.


Views: 1008 | Rating star 2 | by Isac
Maya - Modeling

Patch model a head

Patch model a head

This tutorial covers the modeling of a sci fi creature head using the popular technique of NURBS patches.


Views: 985 | Rating star 1 | by Tutorial
Maya - Modeling

Night Vision

Night Vision

This tutorial will show you a quick and simple way to make a picture look like it's been taken through a nightvision camera.


Views: 687 | Rating star | by Colin
Photoshop - Effects

Shared Object: The Flash Cookie

Shared Object: The Flash Cookie

Learn how to use this new Feature in Flash MX to store data locally on the user's machine.


Views: 569 | Rating star | by Sean
Flash - Getting Started

Installing MySQL

Installing MySQL

Learn how to obtain and install MySQL.


Views: 1636 | Rating star 3 | by Amy
MySQL - Miscellaneous

Introduction to MySQL

Introduction to MySQL

This chapter provides a tutorial introduction to MySQL by showing how to use the mysql client program to create and use a simple database.


Views: 1474 | Rating star | by Stephen
MySQL - Miscellaneous

Connecting to and Disconnecting from the Server

Connecting to and Disconnecting from the Server

Before you can start running your queries you need to get your client talking with your server.


Views: 1433 | Rating star | by Daniel
MySQL - Miscellaneous

Entering Queries

Entering Queries

This section describes the basic principles of entering commands, using several queries you can try out to familiarise yourself with how mysql works.


Views: 1450 | Rating star | by David
MySQL - Miscellaneous

Creating and Using a Database

Creating and Using a Database

Now that you know how to enter commands, it's time to access a database.


Views: 1450 | Rating star | by Jarry
MySQL - Miscellaneous

Creating and Selecting a Database

Creating and Selecting a Database

Before you can start creating tables you need to have a database.


Views: 1421 | Rating star | by Ben
MySQL - Miscellaneous

Creating a Table

Creating a Table

Once you have a database, it's time to make some tables.


Views: 1517 | Rating star | by Adam
MySQL - Miscellaneous

Retrieving Information from a Table

Retrieving Information from a Table

The SELECT statement is a MUST if you plan on using databases.


Views: 1385 | Rating star | by Slicer
MySQL - Miscellaneous

Getting Information About Databases and Tables

Getting Information About Databases and Tables

What if you forget the name of a database or table, or what the structure of a given table is (for example, what its columns are called)? MySQL...


Views: 1472 | Rating star | by Adam
MySQL - Miscellaneous

Using mysql in Batch Mode

Using mysql in Batch Mode

You've probably used mysql interactively to enter queries and view the results. You can also run mysql in batch mode.


Views: 1410 | Rating star | by Steve
MySQL - Miscellaneous

Using MySQL Programs

Using MySQL Programs

A brief overview of the programs provided by MySQL AB and discusses how to specify options when you run these programs.


Views: 1389 | Rating star | by Sarah
MySQL - Miscellaneous