Vous n'êtes pas connecté. Ce forum permet seulement les utilisateurs connectés pour poster. Si vous voulez faire un post sur le forum, s'il vous plaît connecter.
adding more 3D Objects ? (2011-07-04 01:09 by bashosha #58374)
Hello,
I managed to run your software for Android, on a beagle xm board
but till now: I couldn't
1 - increase the number of 3D models using the MD2 (the same used).
3 - increase the number of Patterns (but I could change the pattern itself)
-- both are adding to an Arraylist I really can't find an explanation why duplicating the code is not working
also
2 - I couldn't use other formats .OBJ or .3DS as provided by min3d
If you have answer for any of them I really appreciate it
Thanks in advance
RE: adding more 3D Objects ? (2011-07-04 21:45 by bashosha #58397)
RE: adding more 3D Objects ? (2011-09-23 20:44 by ngocnv371 #59729)
I got ran into the same issues as yours, would you like to guide me how to make it display 3ds model? I'd put my model in res\raw and textures in res\drawable, then call for parser = Parser.createParser(Parser.Type.MAX_3DS, getResources(), ..); but it didn't draw it as it should do.
RE: adding more 3D Objects ? (2011-07-08 23:24 by bashosha #58476)
Many Thanks sir,
That's very fine I have already managed to add many objects,
my problem now is about the models .. Do u know how can I generate MD2 models from 3Ds Max, or other software
or If I can use something else than MD2 and mqo ??
Re: adding more 3D Objects ? (2014-05-05 02:22 by johanna2 #72909)
[メッセージ #58374 への返信]
> Hello,
>
> I managed to run your software for Android, on a beagle xm board
> but till now: I couldn't
> 1 - increase the number of 3D models using the MD2 (the same used).
> 3 - increase the number of Patterns (but I could change the pattern itself)
> -- both are adding to an Arraylist I really can't find an explanation why duplicating the code is not working
> also
> 2 - I couldn't use other formats .OBJ or .3DS as provided by min3d
>
>
> If you have answer for any of them I really appreciate it
> Thanks in advance
Hello,
I'm working with a Beagleboard too, can you send me the .apk version of NyARToolkit for the BB, or can you help me to start, I have some trouble with USB camera, now is working but with one specific app. How did you enable the USB camera to work with AR apps.