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 - random

#1
Support / Re: Build .OBJ model with Android
February 04, 2014, 11:37:17 AM
Thanks, I'll give it a check, and try to work from that point.  ;)

If i manage to accomplsh what i want i can publish the solution, for someone else who needs it.
#2
Support / Re: Build .OBJ model with Android
February 03, 2014, 01:09:55 PM
Thanks for your help. If you have something that creates this OBJ file, please send me. Even if its in some other language, i can give it a check and try to convert it.
#3
Support / Re: Build .OBJ model with Android
January 31, 2014, 01:17:33 PM
im using an SDK that loads OBJ, FBX and MD2 files, and uses it in an augmented reality environment.

I would like to build my models to load it on this SDK.

Basic example: I would like to have an activity where the user specifies with form he would like to build (box, sphere, cylinder) and respective properties (size, radius, etc); and a second activity where i could use the SDK to simply read the object created by the user.
#4
Support / Build .OBJ model with Android
January 31, 2014, 12:43:51 PM
Does anyone tried to build dynamically a 3D Model and save it as .OBJ file with respective .MTL ?

Does jPCT 3D engine support save .OBJ model, or just supports the viewer of this model?

Thanks.