OK, thanks.
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.
Show posts MenuQuote from: raft on July 26, 2012, 09:37:08 PMI know it can be done via BonesImporter.importOgre and BonesImporter.importCollada, but is there an easy way to accomplish the same for .bones files as well?
do you really need scaling objects on the fly? what about scaling them when loading?
animatedGroup.getRoot().setScale(0.2f);
for (Animated3D o : animatedGroup)
{
o.setScale(0.2f);
}
Page created in 0.021 seconds with 12 queries.