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 2 [3] 4 5 ... 133
31
Bones / Re: SkeletonDebugger Auto-Scale Feature?
« on: September 01, 2017, 12:04:13 am »
SkeletonHelper or SkeletonDebugger, which one? ;)

32
Bones / Re: My Format
« on: August 17, 2017, 12:00:21 pm »
so, does that mean that Ogre3d is also kind of dead?

33
Bones / Re: My Format
« on: May 25, 2017, 11:36:22 am »
I dont know about 3dsMax internals so I cant help with this. Neither I have time.

you say OgreMax is dead, so what other Ogre guys are using?

34
Bones / Re: Model only loadable as AnimatedGroup
« on: May 05, 2017, 03:06:19 pm »
yes, exactly, group is just a container. you can just ignore it

35
Bones / Re: Model only loadable as AnimatedGroup
« on: May 05, 2017, 02:34:49 pm »
you can just import AnimatedGroup in regular way and use Animated3D's inside it, no need to interact with the group.

for the website, thanks for notification, I wasnt aware, created a ticket at hosting company.

36
Bones / Re: AnimatedGroup.applySkeletonPose() is too slow on Android
« on: April 19, 2017, 03:58:27 pm »
might be simply 8000 polygons are too much? still 800ms is a lot though. that method is heavily optimized and even by EgonOlsen, so I cant see much space to improve there

37
Bones / Re: How to set texture to object material
« on: April 11, 2017, 11:28:48 am »
may be ask in jpct-AE forum? :)

38
Bones / Re: How to set texture to object material
« on: April 11, 2017, 11:05:11 am »
interesting, might be jpct-ae

39
Bones / Re: How to set texture to object material
« on: April 11, 2017, 10:10:29 am »
which pipeline are you using, Collada or Ogre3D?

are you sure it's exported correctly?

40
Support / Re: assign a GL texture to an Object3D
« on: April 07, 2017, 04:07:47 pm »
video not appearing part may also be related to a thread synchronization issue. in particular if you dont consume a video frame new update never arrives (as far as I remember)

41
Bones / Re: How to set texture to object material
« on: April 07, 2017, 04:07:03 pm »
Quote
i tried to set the texture by Animated3D index instead of name, seems work.
Code: [Select]
animatedGroup.get(0).setTexture("head");
animatedGroup.get(1).setTexture("headTop");
animatedGroup.get(2).setTexture("head");
...
nice :)

Quote
Quote
video not appearing part may also related to a thread synchronization issue. in particular if you dont consume a video frame new update never arrives (as far as I remember)

?? you are answering my qestion? :)
nope, sorry, wrong thread, have no idea how this happened :D

42
Bones / Re: How to set texture to object material
« on: April 06, 2017, 02:59:45 pm »
video not appearing part may also related to a thread synchronization issue. in particular if you dont consume a video frame new update never arrives (as far as I remember)

43
Bones / Re: How to set texture to object material
« on: April 05, 2017, 11:13:12 pm »
you cannot I believe. materials and texture information is not passed to Bones during export-import process. texture coordinates are passed though.

in this case, you can for example bake the materials into a texture and assign that texture to your Animated3D's

44
Bones / Re: No animations found in collada file!
« on: March 31, 2017, 04:31:02 am »
dont know actually, never exported a collada model myself. might be that, or he might be using multiple skeletons, or sth else

45
Bones / Re: No animations found in collada file!
« on: March 30, 2017, 12:20:03 pm »
well, the error is descriptive I suppose :) there are multiple skeletons. maybe you are exporting multiple models with separate skeletons?

you can have multiple models and all should be attached to a single skeleton

Pages: 1 2 [3] 4 5 ... 133