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

#76
Support / Loading a 3d object from memory (data buffer)
September 16, 2014, 04:01:25 PM
Hi,

I'm working in a Augmented Reality project using jPCT-AE as the rendering engine.


I need to load dynamically on the camera surface a 3D Object from a data buffer (memory) not from  the raw or assets directory.

Is it possible?

Thanks in advance
#77
Support / Re: Object3D scale only one size
July 08, 2014, 09:07:52 PM
Thank you for the answer.

It is very helpful.

I used an old version of jpct_ae.jar without the ExtendedPrimitives class.




#78
Support / Object3D scale only one size
July 07, 2014, 09:39:47 PM
I have created an Object3D Box calling Primitives.getBox(float scale, float scaleHeight)  method.

I need to scale only one size the width. The Object3D  Box must have width value not equal to length value.
Is there any solution?

How can I scale only one size?