Link to home
Start Free TrialLog in
Avatar of Aeaden
Aeaden

asked on

Learning Programming for Animation Master graphics

HI there,

Quick question. My brother and I have started learning animation with Animation Master. I was wondering what steps I would go through to be able to create programs that can control animations and graphics created with Animation Master. I have been working with computers and have done some programming mostly with Visual Basic.

Can anyone tell me where I can go to start learning how to create programs using Animation Master files?

Thanks!
Aeaden
ASKER CERTIFIED SOLUTION
Avatar of Jose Parrot
Jose Parrot
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Aeaden
Aeaden

ASKER

Thanks Jose!

Sounds like a pretty interesting challenge!

Aeaden
Yes, absolutely.

Additionally, I'd like to suggest the book:
    3D Math Primer, Fletcher Dunn and Ian Parberry, Wordware Publishing
This book has a good coverage on main procedures for Computer Graphics, with lot of samples in C++. It will help you in understanding matrix calculation, perspective and geometry math.
About AM files, they are exclusive for AM, and you'll understand its structure in the SDK documentation.

Good luck!

Jose