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.


Topics - Mr. K

Pages: [1]
1
Support / JPCT-AE With OpenCV Augmented Reality
« on: May 23, 2016, 10:26:16 am »
Hello it's me again, thanks for the help given previously and i hope don't be annoying

But someone haved used JPCT-AE with OpenCV? i dont have idea how to use OpenCV and JPCT-AE in the same activity, i mean do augmented reality, someone have a tutorial or example?

thanks and have a nice day.

2
Support / Problem with textures
« on: April 25, 2016, 10:23:40 am »
Hello it's me again, before thanks for the support
I have an issue with the texture when i use Loeader.LoadOBJ i have the following code

Code: [Select]
try{
                    model = Object3D.mergeAll( Loader.loadOBJ(getResources().getAssets().open("Katarina_Pirate_object.obj"),getResources().getAssets().open("Katarina_Pirate_material.mtl"),10));
                }catch (Exception e){
                    Log.e(TAG,e.getMessage());
                }
                model.setTexture("katarina_pirate_diffuse.png"); // it's the name of the texture in the TextureManager
                model.build();
                world.addObject(model);
but the texture isn't show

3
Support / BoundingBox
« on: April 20, 2016, 10:52:19 am »
Hi guys i got another question, how can i show the bounding Box of an object, i use the method getBoundingBow() for get the coordinates, there are a method for show it? or i must draw the lines, if i must draw, how can i draw a line?

thnx

4
Support / Change imago to white and black
« on: April 18, 2016, 03:35:32 pm »
Hi guys
i want to change the color of the frameBuffer displayed, i mean  change the colors to white and black, there are a method for do this or i must use the convertion of pixels?

thanks  8)

5
Support / Object3D Screenshot
« on: April 15, 2016, 11:14:57 am »
Hi guys, How can i take a screenshot of a 3DObject?,  i want to save an image of a 3DObject in a JPG, i need to use FrameBuffer?

Pages: [1]