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"

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Simon

Pages: [1]
1
Finished Works and Works in Progress / Re: anim8or game team effort
« on: August 08, 2008, 12:34:47 am »
I vote 2.
For many reasons really, easier to get things the way you want that isn't really the correct method. And you get to make cool names like... Myrihtnan.

Oh, my band plays what I tell them to. I compose all sorts of styles.
I am really open to any type of music.

2
Finished Works and Works in Progress / Re: anim8or game team effort
« on: August 07, 2008, 06:46:53 am »
I'd be happy to join. I'm not that good on the modeling side but I am pretty good with programming and I could write music if needed. Me and my band would perform it.

3
ASL Scripts / Exporting Scripts Help
« on: August 07, 2008, 02:52:07 am »
Hey, Long time since I have been here.
I have been in the process of creating my own MMORPG but I want to create my own 3D file type but I have no idea how to make export scripts.
What I want is for it to read the object point by point then face by face.
And print the X,Y,Z of the point and for the faces to print the ID of the points creating it.
I also want the faces to all be triangles.
So it will create an output like:
Code: [Select]
[POINTS]
10, 10, 10
12, 10, 10
10, 12, 10
10, 10, 12
[FACES]
1,2,3
2,3,4
How would I go about doing this?
An example script would be nice if possible.
And just as a little extra, is it possible for it to read the texture of each face and if it is [0,255,0](green) then it will print a ",1" at the end of the face?
This just makes it that it tells my program that it can be walked on.

Any help is greatly appreciated,
Simon.

4
ASL Scripts / Re: Drawing Lines
« on: January 13, 2008, 07:31:25 pm »
Thanks, That is exactly what I needed.

5
ASL Scripts / Re: Drawing Lines
« on: January 10, 2008, 09:57:36 pm »
Ok that works...
Now, if I wanted to select points and then click a button.
How do I find out which points are selected?

6
ASL Scripts / Drawing Lines
« on: January 04, 2008, 08:31:17 pm »
I was wondering,
Is it possible to draw lines using ASL?
If so,
After drawing say, 5 and they are connected can you fill in the surface?

Pages: [1]