Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - raft

Pages: 1 ... 3 4 [5] 6 7 ... 133
61
Bones / Re: How to Fill SkinData
« on: December 06, 2016, 05:55:14 pm »
programatically there is no restriction. if the value is too low its affect will be hardly noticable, if it's too big you will get some weird affects

62
Bones / Re: How to Fill SkinData
« on: December 06, 2016, 05:02:14 pm »
Should the vertices' weights be normalized?
you mean like sum of weights should be 1 per vertex? no there is no such requirement

63
Quote
Because I need to make a Indicator to indicate the position of the 3DObject.
if you need to show indicator even if object is not visible, remembering last position may be a good option

Quote
The question is how can I get someting like a Rect or a box or anyother useful vertex to represent the 3dObject position?
do you need representation in 3d world or on screen? for 3d world you can use AnimatedGroup.getRoot() as you already doing, place any box or whatever you want to that position. for more accurate representation you can calculate and use center of group. or you can calculate a bounding box which the whole group can fit into.

Quote
I don't really know what the meaning of view plane
view plane is the imaginary screen plane where obejcts in 3d world are projected onto. essentially the view plane should be between the camera (eye) and the object othewise the object can not be projected. in real life you cannot see anyhthing behind your eye lense, right? just like that

64
the docs say, that method returns null only when the point is behind viewplane, not outside of FoV.

Egon can clarify it.

anyway, one option may be to "remember" the last non-null value

65
Bones / Re: Jaw Bone
« on: November 30, 2016, 09:58:42 am »
all bones are equal from Bones' point of view, no special treatment for any of them

66
Bones / Re: How to Fill SkinData
« on: November 25, 2016, 03:55:05 pm »
No, I don't do any transformation.

67
Bones / Re: How to Fill SkinData
« on: November 23, 2016, 11:18:28 am »
No, I don't do any transformation.

68
Bones / Re: How to export the mesh and skeleton xml to bones file
« on: November 18, 2016, 02:42:07 pm »
use the provided scripts in scripts folder instead of directly using JMEOgreImporter. if you provide no arguments to script it will display usage

69
send EgonOlsen a message

70
Bones / Re: Some bones from the skeleton are twisted
« on: November 07, 2016, 01:44:02 pm »
ah, okay, makes much more sense now :)

71
interesting. I'm not an Android Studio user so I cant comment on it.

maybe you can also update wiki page so this may help others too?

72
Bones / Re: Some bones from the skeleton are twisted
« on: November 07, 2016, 09:23:57 am »
I'm glad you resolved it.

Quote
If I'm exporting out the model with animation from Blender it is working fine, so the skeleton is OK. The problem was on the android side.
But I'm not sure what you meant here ;)

73
Bones / Re: Some bones from the skeleton are twisted
« on: November 03, 2016, 09:59:08 am »
Quote
The main question is still the same. Why are the bones are rotated, and why not the complete skeleton? And of course how to solve it?
Is there a good ogre skeleton editor software in the wide internet?

dont know honestly. how do those bones behave in Meshy? in the example you had sent me there is only one animation moving the arm

74
Bones / Re: Some bones from the skeleton are twisted
« on: November 02, 2016, 09:56:13 am »
I'm still unclear about this
Quote
bones which are not exactly connected to it's parent

Quote
Is it possible that in the ogre skeleton I can't define more than on child for a bone? The Spine03 has three children (clavicle right and left and the neck)
no, definitely not. otherwise you can only create a single string of bones, not a tree

there must be something different about clavicles that possibly Ogre exporter cannot process correctly. maybe some translation/rotation which is not baked into bind pose?

you checked the wiki page, right? (prepared by community, I never used Blender myself)
http://www.jpct.net/wiki/index.php?title=Exporting_from_Blender_to_Bones

75
Bones / Re: Some bones from the skeleton are twisted
« on: November 02, 2016, 09:23:19 am »
not sure what exactly is happening there
Quote
but looks like the bones which are not exactly connected to it's parent are connected differently.
can you please explain this? are there bones which have no parent (except root bone)

attached is how skeleton looks in Bones. very much similar to Meshy but right clavicle is even looking more weird.

note: screenshot is from OgreSample can be found in samples dir, IMHO a handy tool to test your model / animation before going Android

Pages: 1 ... 3 4 [5] 6 7 ... 133