Advertisment
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...
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.
To produce realistic 'soft shadows' in Maya, you have two solutions.
I had to do some experimenting to get this working, so why not share that knowledge with all of you?
Create your own metallic shaders in Maya.
Create realistic modelled human ears.
Views: 1008 | | by Isac
Maya - Modeling
This tutorial covers the modeling of a sci fi creature head using the popular technique of NURBS patches.
Views: 985 | | by Tutorial
Maya - Modeling
This tutorial will show you a quick and simple way to make a picture look like it's been taken through a nightvision camera.
Learn how to use this new Feature in Flash MX to store data locally on the user's machine.
Learn how to obtain and install 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.
Before you can start running your queries you need to get your client talking with your server.
This section describes the basic principles of entering commands, using several queries you can try out to familiarise yourself with how mysql works.
Now that you know how to enter commands, it's time to access a database.
Before you can start creating tables you need to have a database.
Once you have a database, it's time to make some tables.
The SELECT statement is a MUST if you plan on using databases.
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...
You've probably used mysql interactively to enter queries and view the results. You can also run mysql in batch mode.
A brief overview of the programs provided by MySQL AB and discusses how to specify options when you run these programs.