
Advertisment
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: 1040 |
| by Colin
Maya - Textures and Materials
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: 1115 |
| by Sarah
Maya - Textures and Materials
Faking ray-traced shadows with depth-map shadows
To produce realistic 'soft shadows' in Maya, you have two solutions.
Views: 1072 |
| by Brad
Maya - Textures and Materials
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: 1079 |
| by Source
Maya - Textures and Materials
Metallic Shaders
Create your own metallic shaders in Maya.
Views: 1117 |
| by Daniel
Maya - Textures and Materials
Modeling a Human Ear
Create realistic modelled human ears.
Views: 1161 |
| by Isac
Maya - Modeling
Patch model a head
This tutorial covers the modeling of a sci fi creature head using the popular technique of NURBS patches.
Views: 1141 |
| by Tutorial
Maya - Modeling
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: 860 |
| by Colin
Photoshop - Effects
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: 706 |
| by Sean
Flash - Getting Started
Installing MySQL
Learn how to obtain and install MySQL.
Views: 2041 |
| by Amy
MySQL - Miscellaneous
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: 1887 |
| by Stephen
MySQL - Miscellaneous
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: 1834 |
| by Daniel
MySQL - Miscellaneous
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: 1876 |
| by David
MySQL - Miscellaneous
Creating and Using a Database
Now that you know how to enter commands, it's time to access a database.
Views: 1860 |
| by Jarry
MySQL - Miscellaneous
Creating and Selecting a Database
Before you can start creating tables you need to have a database.
Views: 1804 |
| by Ben
MySQL - Miscellaneous
Creating a Table
Once you have a database, it's time to make some tables.
Views: 1943 |
| by Adam
MySQL - Miscellaneous
Retrieving Information from a Table
The SELECT statement is a MUST if you plan on using databases.
Views: 1776 |
| by Slicer
MySQL - Miscellaneous
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: 1863 |
| by Adam
MySQL - Miscellaneous
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: 1806 |
| by Steve
MySQL - Miscellaneous
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: 1812 |
| by Sarah
MySQL - Miscellaneous
