View previous topic :: View next topic |
Author |
Message |
patrick659
Joined: 11 Jan 2011 Posts: 84 Location: Nord of France
|
Posted: Thu Jan 20, 2011 6:41 pm Post subject: Script informations |
|
|
Is it possible to have more informations for writing script.
I have the pdf file but there is nothing how to use all those commandes ex:
matrix3d matrix3dNewAxeRotate(vector3d axe, int angle);
Creates a rotation matrix. angle is in degree.
matrix3d matrix3dNewScale(float sx, float sy, float sz);
it is ok but for me is like chinese. (lol)
can we put comment in it or not . i don't need a very detail one but the key how we use them ( they are no comment on the existing one ),
in the script folder.
merci pour votre gentillesse et votre patience avec moi. |
|
Back to top |
|
|
craouette Site Admin
Joined: 26 Apr 2004 Posts: 652 Location: luxembourg
|
Posted: Thu Jan 20, 2011 8:14 pm Post subject: |
|
|
yes, comments are like in C: /* ... */
to use the scripts, you need to understand a little bit of 3D, and of programmation... the language is very similar to C/C++, and there is a lot of tutorial out there on these languages.
And of course, I can help....
craouette |
|
Back to top |
|
|
patrick659
Joined: 11 Jan 2011 Posts: 84 Location: Nord of France
|
Posted: Thu Jan 20, 2011 8:35 pm Post subject: re : |
|
|
matrix3d matrix3dNewScale(float sx, float sy, float sz);
is that a call to a dll ?
I will made my mindup and after i will make a not in what i need.
And if you want to you can tel me how to writte it .
Thanks |
|
Back to top |
|
|
craouette Site Admin
Joined: 26 Apr 2004 Posts: 652 Location: luxembourg
|
Posted: Thu Jan 20, 2011 10:25 pm Post subject: |
|
|
no, it is filling a matrix (a 3D transformation) with a scale (different on the 3 axes).
no problem to help.... |
|
Back to top |
|
|
patrick659
Joined: 11 Jan 2011 Posts: 84 Location: Nord of France
|
Posted: Sat Jan 22, 2011 3:51 pm Post subject: script |
|
|
I been thinking for making a script for A3D.
If you agre i would like to make a script for duplicate Mesh around a circle with the face going to the center of a circle.
In the the following adress a little programme made with Panoramic a basic program who have some possibility in 3D and very easy to use.
Panoramic is a french . and it is very friendly programming software. there is a french and an english forum.
http://dl.free.fr/thS25S36L
If you want to stop the program click on the cross in extrem right of the screen. |
|
Back to top |
|
|
craouette Site Admin
Joined: 26 Apr 2004 Posts: 652 Location: luxembourg
|
Posted: Sun Jan 23, 2011 1:06 am Post subject: |
|
|
no problem for the script... I will make one and send it to you.
craouette |
|
Back to top |
|
|
patrick659
Joined: 11 Jan 2011 Posts: 84 Location: Nord of France
|
Posted: Thu Jan 27, 2011 8:36 am Post subject: |
|
|
I am sorry but did you sent the script, because i did'nt get it.
did you send it by mail or in the forum ? |
|
Back to top |
|
|
craouette Site Admin
Joined: 26 Apr 2004 Posts: 652 Location: luxembourg
|
Posted: Thu Jan 27, 2011 8:58 am Post subject: |
|
|
sorry, did not had time to do it yet... will do urgently.
craouette |
|
Back to top |
|
|
patrick659
Joined: 11 Jan 2011 Posts: 84 Location: Nord of France
|
Posted: Thu Jan 27, 2011 2:32 pm Post subject: |
|
|
That is not urgent i was only afraid that, i deleted it from spam.
Thank's |
|
Back to top |
|
|
|