Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: Any script-ideas?  (Read 10149 times)

Maximilianibus

  • Full Member
  • ***
  • Posts: 153
  • Bla Bla Bla, Mr Freeman!
    • View Profile
    • Please Subscribe!
Any script-ideas?
« 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! ???
Logged

startrekfan001

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Re: Any script-ideas?
« Reply #1 on: August 17, 2010, 12:34:46 pm »

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 ^^
Logged

Kubajzz

  • Flying Platypus
  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 548
  • Little doggie ate my avatar...
    • View Profile
Re: Any script-ideas?
« Reply #2 on: August 27, 2010, 05:44:59 am »

Here is a simple infinite rotation script (based on Leslie's script):

Code: [Select]
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));
Logged

cooldude234

  • Sr. Member
  • ****
  • Posts: 902
  • You know what I realized, I dont have an avatar :\
    • View Profile
Re: Any script-ideas?
« Reply #3 on: September 05, 2010, 02:00:27 am »

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!)
Logged
¼

Maximilianibus

  • Full Member
  • ***
  • Posts: 153
  • Bla Bla Bla, Mr Freeman!
    • View Profile
    • Please Subscribe!
Re: Any script-ideas?
« Reply #4 on: September 06, 2010, 05:19:23 pm »

well.... i dont know, i am a beginner....;D
isnt there the possibility to create a gif as texture?
greetings
Logged

Bugtrooper

  • Newbie
  • *
  • Posts: 45
    • View Profile
Re: Any script-ideas?
« Reply #5 on: September 12, 2010, 04:13:22 am »

I don't think. But that would be great. Because of the color morphing......
Logged