Advertisment
This tutorial looks at the major interface changes in the newest release of this Web 3D animator.
Views: 1532 | | by Mathew
3DS MAX - Basics
This tutorials will show you how to get a really cool glass-crystal effect. Start off by resetting max. Then choose the geosphere object
Above is a sample screen shot of what the interface will look like. We'll go on to explore more in-depth the various sections of the screen.
Views: 1793 | | by Sarah
3DS MAX - Basics
This tutorial will introduce you to basic keyframe animation in 3D Studio MAX. 1. Open 3D Studio MAX, or select File | Reset.
This tutorial will introduce you to 3-dimensional Boolean operations in 3DS MAX.
Views: 1699 | | by Marry
3DS MAX - Basics
This Tutorial is based on The Matrix key effect 'Bullet Time.' By using Keyframes it is relatively easy to set up the shot.
I searched for a long time a solution for modeling the Bumpy board of this guitar. All software I had wasn't able to make it exactly as I wanted.
In this tutorial we're going to make a nice looking cave scene with a bridge. This tutorial is rather long one, but simple.
The trick to making your animation's have a cartoon look is to render your animation twice.
In this section, we are not going into the technical aspect of VB programming, just have a feel of it.
Basic tutorial on writing the code behind an interface.
Learn how to work with controls in VB.
Learn about the Types of Visual Basic Data.
Start learning about variables and how to store information in them.
To control the VB program flow, we can use various conditional operators.
If you have a lot of conditional statements, using If..Then..Else could be very messy.
Visual Basic allows a procedure to be repeated as many times as long as the processor could support. This is generally called looping.
Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program...
Learn how to create your own functions.
Start using your VB knowledge in MS Excel.