Search found 28 matches

by laneway
Fri Nov 04, 2011 1:26 am
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

<t>(1)arena streaming setting<br/> default setting like video."right hand coord" and "rigidbody data".<br/> <br/> (2)3dsmax setting is also like arena web video.<br/> <br/> (3)arena 1.7.3 and 3dsmax 9,32bit.<br/> <br/> my problem:<br/> click the button "connect to arena" which connected arena succes...
by laneway
Sun Oct 30, 2011 11:12 pm
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

but the firewall is close.
and arena and 3dsmax are running on the same computer.
by laneway
Sun Oct 23, 2011 10:22 pm
Forum: ARENA & Expression
Topic: arena and cal3d problem?
Replies: 1
Views: 2386

Re: arena and cal3d problem?

<r>I am really new to Cal3d.<br/> my client app code like this:<br/> ......<br/> map mapBoneID;<br/> int person1 = 0;// the first person <br/> float x,y,z,qx,qy,qz,qw;<br/> ArenaObject* pObject = getArenaObj();<br/> pObject->getBoneTranslation(0,x,y,z);<br/> ......<br/> CalBone* pRootBone = pSkeleto...
by laneway
Sun Oct 23, 2011 9:45 pm
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

hi mike!
when i use the 3dsmax9 plugin(ArenaMocap.dlu),i choose a bone in 3dsmax like "arena tutorial video" and click the button "Select Biped",then it cause a error messagebox "Biped initialization failed".can you tell me what reason make it happens?
by laneway
Sat Oct 22, 2011 6:46 am
Forum: ARENA & Expression
Topic: arena and cal3d problem?
Replies: 1
Views: 2386

arena and cal3d problem?

<t>I was wondering whether anyone has any experience using cal3d to get real time data from arena by natnetsdk to drive a virtual character in my app.<br/> <br/> These days i try to do this but the actions of virtual character in my app are different from arena.<br/> <br/> in arena, check "Local chi...
by laneway
Sat Oct 22, 2011 3:55 am
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

<t>hi,mike!<br/> in arena,i check "Local child data" and "rigidbody data" on the stream page,and click the stream button.<br/> at the same time,i run the example "simpleclient3d" which i modify that it can read the skeleton data.<br/> why the rotation infomation displayed between on the upper-right ...
by laneway
Tue Oct 18, 2011 10:54 pm
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

<t>thank you for your patient relies, mike!<br/> can you tell me that the local data in natnet sdk is relative to it's parent bone or it's inital state?<br/> <br/> how does my client app to read the skeleton file(*.skl) exported by arena? because i need to create a mapping relationship about the bon...
by laneway
Sun Oct 16, 2011 7:32 pm
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

hi,mike!
what is the meaning of "skeleton solving"?
can i use the camera sdk to capture hardware data? to create the skeleton data?
by laneway
Thu Oct 13, 2011 6:02 am
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

thanks,mike!
1. can i use "camera sdk" instead of "natnet sdk" to capture a person?

2. if i use camera sdk ,does it must need arena to transfer the data from hardware?
by laneway
Sun Oct 09, 2011 2:32 am
Forum: ARENA & Expression
Topic: Question about skeleton
Replies: 20
Views: 15823

Re: Question about skeleton

2. in NatNet SDK, the position(x,y,z) and orientation(qx,qy,qz,qw) of the struct "sRigidBodyData" is local or world data?