Page 2 of 2
Posted: Mon Jun 25, 2007 7:24 am
by Genete
Make points move in the z plane... Now we have 3D. Just kidding
Not a kidding issue. We're on it!
HERE and
HERE
-G
Posted: Tue Jun 26, 2007 6:40 am
by dueyftw
I have been following your work closely. It is real interesting But you can only give the allusion of 3d. Points do not move in the z plane. Put a rectangle in the camera view then split the screen to camera and right view. You can not move a point in the z direction.
As I said the vector is only 2d with and x and y dimensional variable. But the more I think about it splitting point should be possible by adding a new tool. It would have to be added into the parser for rendering. The tool would make another vector layer ( new and hidden) Adding the new layer to the old layer at the called for frame number. Adding a line between the two points and remove one of the lines of the old layer and connect it to the new point. You could only split points that have only two lines or less. New layer points can only be right over old layer points. This layer would replace the old in the time line. Sliding the time line back passed the frame of the split point the old layer would become active.
The reverse should be possible also.
BUT the last time I wrote any programming that worked is in assembly 6502 for a Vic 20.
Dale
Posted: Tue Jun 26, 2007 9:32 am
by heyvern
It is real interesting But you can only give the allusion of 3d.
Guess what?
Everything in "3D" on the computer is just an illusion. It all relies on the ability to display 3D points on a 2D screen.
Do you honestly believe that when you use some other "real" 3D program that there is a tiny little world created inside your computer with real objects?
I hate to burst your bubble but this "3d" is the same as any other... it isn't nearly as complex or flexible but it is the same. It's an illusion.
Of course it doesn't use Anime Studio's BUILT IN 3D coordinate system. That is the real disconnect.
-vern
Posted: Tue Jun 26, 2007 3:42 pm
by F.M.
Next you're going to tell us that the Tooth Fairy is not real!
Sometimes you feel like a nut, sometimes you don't!

Posted: Tue Jun 26, 2007 3:54 pm
by heyvern
F.M. wrote:Next you're going to tell us that the Tooth Fairy is not real!
No, absolutely not! The tooth fairy is real. How do you think all the email gets delivered?
-vern
Posted: Tue Jun 26, 2007 6:37 pm
by dueyftw
Can you make a 2d plane look like 3d, hell yes. And don’t stop. Yes, I want a program that can make HannaBarbera cartoons on steroids.
Dale
Posted: Thu Jun 28, 2007 12:02 pm
by Genete
Coming back to the main line of the thread:
Morphing or a "fake morphing" can be done using
this tipI posted some time ago.
-G