- Joined
- Jun 17, 2006
- Messages
- 577
Show/Hide Meshes in Wordpad?
Greetings friends of the model comunity,
I was wondering if i could change a model That a cerain mesh is hidden or shown during a certain animation?
E.g: I have a model consisting of 2 Meshes (2 animtions; Stand & Attack)
When the model is not doing an animtion ('none' in the WcIII Viewer) Both meshes are shown.
But during the "Stand" & "Attack" animtions only the 2nd model can be seen... WTF
So is there some part in the mdl file where it states during which animtions which meshes are shown?
Thx 4 any help
-----------------------------------------------------
I even looked at the remove mesh tutorial http://www.hiveworkshop.com/forums/showthread.php?t=8930 but in my model the meshes are different...
How its supposed to look:
How mine Looks:
-> I dont have the thing that tells the model where to be visible.... wtf ?
Greetings friends of the model comunity,
I was wondering if i could change a model That a cerain mesh is hidden or shown during a certain animation?
E.g: I have a model consisting of 2 Meshes (2 animtions; Stand & Attack)
When the model is not doing an animtion ('none' in the WcIII Viewer) Both meshes are shown.
But during the "Stand" & "Attack" animtions only the 2nd model can be seen... WTF
So is there some part in the mdl file where it states during which animtions which meshes are shown?
Thx 4 any help
-----------------------------------------------------
I even looked at the remove mesh tutorial http://www.hiveworkshop.com/forums/showthread.php?t=8930 but in my model the meshes are different...
How its supposed to look:
Code:
GeosetAnim {
Alpha 3 { <-- number is total anim times listed below
DontInterp,
26667: 1, <-- animation times, 1=visible, 0=invisible
86567: 0,
87333: 0,
}
GeosetId 0, <-- relates to Geoset ID
}
How mine Looks:
Code:
Anim {
MinimumExtent { -0.000004, -12.313400, -106.775002 },
MaximumExtent { 6.716430, 10.074600, -1.749600 },
BoundsRadius 107.483002,
}
Last edited: