Anim8or Community
General Category => ASL Scripts => Topic started by: Maximilianibus on August 16, 2010, 06:33:54 pm
-
Hey guys, its me again.
have you any ideas for scripts? im learning asl, but i dont know if i should continue or stop, because i have no idea what to do!
help please!
max
p.s. if you have another great asl-tutorial for me, i'll try it! ???
-
Well, i'm learning asl right now, but if you could devise a way to make an object spin forever in scene mode i'd be eternally grateful :D
If you're looking for a suggestion ^^
-
Here is a simple infinite rotation script (based on Leslie's script (http://www.biederman.net/leslie/tutorials/ASL%20Scripting/Simple_scripts.htm)):
point3 $a;
float $speed;
$a = (0, 1, 0); /* Replace with the desired rotation axis */
$speed = 5; /* Replace with the desired speed */
$a = normalize($a);
$orientation = ($a.x*sin($speed*time), $a.y*sin($speed*time), $a.z*sin($speed*time), cos($speed*time));
-
HEY! Maximilianibus! Cool your learning ASL
Do you think it is possible to make a texture move for me with out having to move the object
In other words is it possible to make texture based ASL scripts, some New things to spiffin up the textures would be nice (moving textures would do nice for smoke, fire and water!)
-
well.... i dont know, i am a beginner....;D
isnt there the possibility to create a gif as texture?
greetings
-
I don't think. But that would be great. Because of the color morphing......