[2.1] attach to bone

What it says on the tin: a place to discuss proposed new features.
Post Reply
User avatar
Kohedlo
Orc
Posts: 435
Joined: Fri Nov 27, 2009 3:34 pm
Location: Ukraine, Sumy
x 32
Contact:

[2.1] attach to bone

Post by Kohedlo »

Is empty function for attachObjectToBone with #ifdef ENABLE_INCOMPATIBLE_OGRE_2_0 directive.

Is better operate this manually or wait on update?

also nice to see function attachSceneNodeToBone().

is better make it all manually by modify ogres original source?
c++ game developer.
current project: Imperial Game Engine 2.5
Image
xrgo
OGRE Expert User
OGRE Expert User
Posts: 1148
Joined: Sat Jul 06, 2013 10:59 pm
Location: Chile
x 168

Re: [2.1] attach to bone

Post by xrgo »

See tag points there is even an example :D
User avatar
Kohedlo
Orc
Posts: 435
Joined: Fri Nov 27, 2009 3:34 pm
Location: Ukraine, Sumy
x 32
Contact:

Re: [2.1] attach to bone

Post by Kohedlo »

i use Ogre 2.1 with v1::Entity class.

Need attaching movable objects to bones, but in source this disabled by definition marker.
c++ game developer.
current project: Imperial Game Engine 2.5
Image
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5292
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: [2.1] attach to bone

Post by dark_sylinc »

TagPoints for v1::Entity's skeletons aren't working nor will be.

You can use the TagPointListener solution to replace v1 TagPoints' missing functionality.
User avatar
Kohedlo
Orc
Posts: 435
Joined: Fri Nov 27, 2009 3:34 pm
Location: Ukraine, Sumy
x 32
Contact:

Re: [2.1] attach to bone

Post by Kohedlo »

ok. this is real more great, becaose attached node among movable object!
c++ game developer.
current project: Imperial Game Engine 2.5
Image
User avatar
Kohedlo
Orc
Posts: 435
Joined: Fri Nov 27, 2009 3:34 pm
Location: Ukraine, Sumy
x 32
Contact:

Re: [2.1] attach to bone

Post by Kohedlo »

there still problem with listeners.

Code: Select all

You can use the TagPointListener solution to replace v1 TagPoints' missing functionality.
if asset have his own position centration ans scale bones still on another demensions...
Image
Large
c++ game developer.
current project: Imperial Game Engine 2.5
Image
Post Reply