Talk:$jigglebone: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Other options?) |
||
Line 1: | Line 1: | ||
Procedural Jiggle Bone. That is all. --[[User:AndrewNeo|AndrewNeo]] 09:23, 10 Dec 2007 (PST) | Procedural Jiggle Bone. That is all. --[[User:AndrewNeo|AndrewNeo]] 09:23, 10 Dec 2007 (PST) | ||
== Other options? == | |||
Would someone be willing to document the other available options<br> | |||
for jiggle bones found in the new studiomdl source?<br><br> | |||
See studiomdl.cpp:<br> | |||
Cmd_JiggleBone() //handles $jigglebone qc option<br> | |||
ParseBaseSpringJiggle( s_jigglebone_t *jiggleInfo ) //has_base_spring<br> | |||
ParseRigidJiggle( s_jigglebone_t *jiggleInfo ) //is_rigid<br> | |||
ParseFlexibleJiggle( s_jigglebone_t *jiggleInfo ) //is_flexible, this is already documented<br> | |||
I would test and doc these myself but I don't have the time right now,<br> | |||
if nobody else does within the week I'll write some stuff up. |
Revision as of 07:22, 28 February 2008
Procedural Jiggle Bone. That is all. --AndrewNeo 09:23, 10 Dec 2007 (PST)
Other options?
Would someone be willing to document the other available options
for jiggle bones found in the new studiomdl source?
See studiomdl.cpp:
Cmd_JiggleBone() //handles $jigglebone qc option
ParseBaseSpringJiggle( s_jigglebone_t *jiggleInfo ) //has_base_spring
ParseRigidJiggle( s_jigglebone_t *jiggleInfo ) //is_rigid
ParseFlexibleJiggle( s_jigglebone_t *jiggleInfo ) //is_flexible, this is already documented
I would test and doc these myself but I don't have the time right now,
if nobody else does within the week I'll write some stuff up.