Main Menu
Menu

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.

Show posts Menu

Messages - John Tribe

#16
well i tried that before and i get error: No octree found in serialized data! ??
#17
Hi,
Is there an api or tools for use modificated 3D object in different project.
Example:
In pc application.
1.  object3d = Loader.load3ds();
2. object3d move to xyz position, change size etc.
3. save (serialize or something)

run android:
load object3d
object3d is loaded in the same xyz position and size etc.