Starting an Animation - from scratch

Topics related to game developing
Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Starting an Animation - from scratch

Post by Phalitine » 25 Jul 2010, 22:30

I think I have created a simple scene of my IrisDoor or at least it looks like it.
I have managed to seperate each of the plates of the door to layers of their own. I also have a layer which contains an octagon that is used to position the door plates in an open position. There is also a feable attempt to create a wall layer to overlay the plates, still working on this one.

The trick now is to create an animation starting from the closed position (this is where the plates are currently) to an open position. The idea here is to go to the end sequence time mark (60secs) and position each of the plates on each layer to their respective open position. Then let the model generate the movement over that 60 seconds.

Where do I start this? Any help or suggestions would be great.

If you would like to see the article I am trying walk-through, I have uploaded to my office live spaces site. Please take to to look at them for an understanding of what I am try to do.
http://cid-54757514a9aa34b2.office.live ... spx/Public
Attachments
IrisDoorPlates.zip
XSI Mod Tool Pro 7.5 sence file.
(131.67 KiB) Downloaded 300 times
IrisDoorPlates.rar
XSI Mod Tool Pro 7.5 sence file.
(109.86 KiB) Downloaded 311 times

User avatar
Hirazi Blue
Administrator
Posts: 5107
Joined: 04 Jun 2009, 12:15

Re: Starting an Animation - from scratch

Post by Hirazi Blue » 26 Jul 2010, 10:30

Could you perhaps add one or two screenshots of your model (as most of us cannot open the file format you're using - it's restricted to the Mod Tool & can't be opened in the regular version of Softimage AFAIK)?

edit: BTW - is this intended for export to a game engine? If so, which?
Stay safe, sane & healthy!

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - from scratch

Post by Phalitine » 28 Jul 2010, 15:12

Ok, this is what i have so far. This is just the scene file. I am not sure how to clean it up or if it is done right.
Attachments
IrisDoorPlatesAnimated.zip
Just the scene file from SoftImage Mod Pro Tool 7.5
(142.67 KiB) Downloaded 291 times

Janosch
Posts: 11
Joined: 04 Jul 2010, 16:44
Location: Dinslaken, Germany

Re: Starting an Animation - from scratch

Post by Janosch » 29 Jul 2010, 21:55

I think thats better, with Expression
Attachments
Iris_1.zip
(82.34 KiB) Downloaded 311 times
Iris.JPG
Iris.JPG (114.8 KiB) Viewed 8032 times

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - from scratch

Post by Phalitine » 01 Aug 2010, 21:23

Ok simple walkthrough of what I have already.

I am using NURBs to set to first triangle as follows: Snap to grid on, assuming (X, Y, Z) coordinates, first POINT at (0, 0, 0), next at (-10, 0, 0) and third at (-10, 10, 0). This completes the initial or first plate. Now we have to create 7 more in a 45 degree radial with center point at (0, 0, 0).

This was done as such: Select the Polygon just created, “Modify”, then “Poly. Mesh”, “Extrude along axis”.
Adjust the dialog box as follows:
On the Extrude Tab:
Length = 0,
“Duplicate Polygons” checked,
Inset amount 0 (zero),
X, Y, Z unchecked,
Select Frame Object,
Merge Check (not sure what this does),
Subdivs 6
On the Transform Tab:
Check “Transform Per Subdivision”,
Set Scaling (1, 1, 1),
Set Rotation (0, 0, 45),
Set Translation (0, 0, 0)

This completes the design or model of the 8 plates for the door, in the closed position. Unselect the objects.

Now add a new Layer, this is used for the positioning of the door plates to the open position. Hit the #6 key, “Layers” menu “New Layer…” and name it Octagon, it does not matter. Now select the new layer and place NURBs at the points of the triangles where they meet to form a 90 degree angle, starting at any point and go either clockwise or counter-clockwise to create an octagon. This will represent the edges of the opened door. But first we need to rotate it on the Z axis 22.5 degrees. Set the Z value for rotation to -180; basically add 22.5 to the number to the Z value. Unselect the object. You should end up with this.

My question now is should each of the plates be a seperate Layer? If not and they can all exist on one layer then how do you create keyframes to go from the closed position to the open position?
Attachments
The door with plates in the closed position.
The door with plates in the closed position.
IrisDoorClosed.png (31.11 KiB) Viewed 8022 times
The door with plates in the open position.
The door with plates in the open position.
IrisDoorOpened.png (29.95 KiB) Viewed 8022 times

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - from scratch

Post by Phalitine » 02 Aug 2010, 04:17

Ok, I think I have managed to get the effect I was going after. I do not know if this is the correct way to do it, but it appears to function.

Check it out and let me know what else is needed or to be cleaned up.

Now the next step is to be able to add a texture to it. This may be a challenge or a bit tricky, since I would want a basic square texture that would cover the Door Frame. This was another layer used to scope how the door would look when opened. Each of the panels would need to have its portion of the texture applied and retained during the opening. That way it could be hidden or obstructed in some way during game play if needed.
Attachments
IrisDoorPlates.zip
A functioning scene animation.
(193.98 KiB) Downloaded 288 times

User avatar
Hirazi Blue
Administrator
Posts: 5107
Joined: 04 Jun 2009, 12:15

Re: Starting an Animation - from scratch

Post by Hirazi Blue » 02 Aug 2010, 09:18

Could you please explain what's wrong with the solution Janosch posted?
Stay safe, sane & healthy!

a5'
Posts: 66
Joined: 13 Dec 2009, 21:53
Location: hampton,nj
Contact:

Re: Starting an Animation - iris

Post by a5' » 02 Aug 2010, 15:03

OK, can't open this scene in 2011....

but, do you want the triangles to "slide" on one another or is it ok if they cross one another? The above expression by Janosch seems to do what you want unless you want them to 'slide' on one another. I am pretty ignorant when it comes to expressions so I can't really try and figure out how to adjust or change the expression Janosch used to make them slide... but this may be what you want.

Attachments:
File comment: A functioning scene animation.
IrisDoorPlates.zip [193.98 KiB]
Downloaded 1 time


Ok, I think I have managed to get the effect I was going after.
watch the game starts after you accept the part, to redirect your mind.
--n.O.[SP]

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - from scratch

Post by Phalitine » 02 Aug 2010, 16:42

Hirazi Blue wrote:Could you please explain what's wrong with the solution Janosch posted?
I was able to open the scene but there was no animation, secondly the plates are to slide on the others sides so that there is no over-lap. I could not figure how to use expressions either.

I was able to get the effect I desired by creating 8 layers, one for each of the plates and moving them in one keyframe.

I am suprised you cannot open the scene.

Now I have to figure how to texture the plates.

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - iris

Post by Phalitine » 02 Aug 2010, 16:45

a5' wrote: OK, can't open this scene in 2011....
but, do you want the triangles to "slide" on one another or is it ok if they cross one another? The above expression by Janosch seems to do what you want unless you want them to 'slide' on one another. I am pretty ignorant when it comes to expressions so I can't really try and figure out how to adjust or change the expression Janosch used to make them slide... but this may be what you want.
The idea is for them to slide on each others side at a 22.5 degree angle. I am working on an animation avi so you can see what I have done.

So now I have to understand texturing and apply a texture to the plates.

a5'
Posts: 66
Joined: 13 Dec 2009, 21:53
Location: hampton,nj
Contact:

Re: Starting an Animation - from scratch

Post by a5' » 02 Aug 2010, 17:00

Not sure how complex you want to make it but a start would be::

RENDER> TEXTURE > Image::

click new and navigate to an image.

is that what you want?

a5


also not sure if this is the same in the mod tool..
watch the game starts after you accept the part, to redirect your mind.
--n.O.[SP]

User avatar
Hirazi Blue
Administrator
Posts: 5107
Joined: 04 Jun 2009, 12:15

Re: Starting an Animation - from scratch

Post by Hirazi Blue » 02 Aug 2010, 17:52

The "EXP" scene files used by the Mod Tool CANNOT be opened by the regular commercial version of Softimage, which uses "SCN" scene files. This is one of the limitations of the Mod Tool. ;)

edit: I must admit I haven't looked at Janosch scene file yet, but I would imagine, from looking at his screenshot, you'd have to keyframe the value of the "open/close" paramater of the expression to get some animation going there....
Stay safe, sane & healthy!

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - from scratch

Post by Phalitine » 02 Aug 2010, 23:10

a5' wrote:Not sure how complex you want to make it but a start would be::
RENDER> TEXTURE > Image::
click new and navigate to an image.
is that what you want?
a5
also not sure if this is the same in the mod tool..
Honestly, I have no clue what I am doing with the "Mod Tool Pro" application. I am a programmer, not an artist or modeler. I am working on a simple XNA game for XBox and need a few simpkle models to add to it. I was able to create a model, animate it and now want to be able to add a texture to it.

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - from scratch

Post by Phalitine » 02 Aug 2010, 23:12

Hirazi Blue wrote:The "EXP" scene files used by the Mod Tool CANNOT be opened by the regular commercial version of Softimage, which uses "SCN" scene files. This is one of the limitations of the Mod Tool. ;)
so I take it, there is no need to upload my scene files, in hope someone can point out my mistakes. Or could I save it in another format for you guys to help... ^:)^

a5'
Posts: 66
Joined: 13 Dec 2009, 21:53
Location: hampton,nj
Contact:

Re: Starting an Animation - from scratch

Post by a5' » 03 Aug 2010, 00:26

screen-shots work pretty well...

but what I was referring to was the render menu on the top of the window. from there the texture menu and then the image selection or for that matter any of the selections under texture will start you down the right path.

as far as the expression that Janosch set up, you have to open up the explorer (8) and then expand the iris node and click on the "iris controller" the slider will control your iris.

I think that should help,

a5
watch the game starts after you accept the part, to redirect your mind.
--n.O.[SP]

Phalitine
Posts: 22
Joined: 21 Jun 2010, 04:51

Re: Starting an Animation - from scratch

Post by Phalitine » 13 Aug 2010, 14:59

a5' wrote:Not sure how complex you want to make it but a start would be::
RENDER> TEXTURE > Image::
click new and navigate to an image.
is that what you want?
a5- also not sure if this is the same in the mod tool..
I am still working on getting the piece textured. This graphical stuff is a bit more than I bargined for. Now I understand why there are seperation of functionality.

I guess I should be looking for a friend in the know with graphical arts...

Post Reply

Who is online

Users browsing this forum: No registered users and 11 guests