Aralcox's New Video!


Daemodand

 

Posted

Aralcox came out with a new video called Pulse. Watch it here.


 

Posted

Someone beat you to it in the fan videos thread. Still a great video though .


 

Posted

That's for sure. They were doing stuff with the camera in that DIes Irae video back in 2006 that I still can't pull off! Plus the music is awesome.


 

Posted

The camera movement is pretty simple. I tossed together a quick and dirty program that will let me do a single 360deg spiral from point a to point b using point C as the camera foci over a given time frame. Once you graph out the trig, the rest is just simple programming. I could probably add more detail if I ever need it.

Integration into a useful editor vs. crude cut and paste... thats different, but C&P works for me. I haven't really had the need for spiraling yet tho, but for a 2-D circle it works quite well.


Tanker Tuesday #72 Oct 5 @Champion

"I am not sure if my portrayal of being insane is accurate, but damn its fun all the same."

 

Posted

There are quite a few ways to define a spiral. A start point, an end point, number of times to go around, and a time to do the whole thing... doesn't quite do it. Your code is probably either keeping a constant angular velocity (degrees per second) or keeping the camera moving at a constant speed (which means the spin motion will get faster as the camera gets closer in, like it was in a whirlpool).

Dies Irae doesn't do either. That opening slows down the angular speed and true speed of the camera. And it moves upwards, to boot. For something like that I would want: Starting position, center point, how many seconds to move, starting velocity (speed and direction), inward velocity, angular acceleration, and inward acceleration. Then I would need to stick all that into a formula to figure out the camera's POS/PYR for the whole time it takes.

On the plus side, I could do it on a moving object just about as easily as on a center point. Perhaps a moving object that is already doing another spiral!


 

Posted

However he does it, its just trig and math in the end. You can define movements for part of the curve, then the next, add acceleration or decleration; again.. just math. The end result is no doubt pretty cool, but its probably just a custom tool he made. To hand plot all those points would be an exercise in futility.

(and angular velocity is maintained as to not "death spiral". Inward velocity is a function of point B. I assume a 2-D where point A is on the outside at psuedo angle 0 and the foci in the center. Point B's pseudo angle is then calculated (currently only clockwise). That gives me the angular distance to travel over the time interval. Once that is known, everything else just falls into place. Adding acceration would complicate it a bit, but not insurmountable. It would be easier to use camera scaling for acceleration and decleration if the object in view was not moving (accelerated or decelerated animation). I think we are digressing a bit from the thread,)


Tanker Tuesday #72 Oct 5 @Champion

"I am not sure if my portrayal of being insane is accurate, but damn its fun all the same."

 

Posted

Let's see, last time I did Trig............ 1988......


Straight lines FTW!!!


 

Posted

[ QUOTE ]

(and angular velocity is maintained as to not "death spiral". Inward velocity is a function of point B. I assume a 2-D where point A is on the outside at psuedo angle 0 and the foci in the center. Point B's pseudo angle is then calculated (currently only clockwise). That gives me the angular distance to travel over the time interval. Once that is known, everything else just falls into place. Adding acceration would complicate it a bit, but not insurmountable. It would be easier to use camera scaling for acceleration and decleration if the object in view was not moving (accelerated or decelerated animation).

[/ QUOTE ]

That's easy for you to say.


The Alt Alphabet ~ OPC: Other People's Characters ~ Terrific Screenshots of Cool ~ Superhero Fiction

 

Posted

THAT video was full of win!

That's so far above what I generally think of as machinima that I'm not sure just what to call it.


 

Posted

Machina-ultima?