good day all
please i would be most gratefull if anyone could help me with this J2SE code that is meant for AR (Augmented Reality) it detects a marker "hiro" and displays a 3D object. the challenge is that I am trying to implement the same code in J2ME but i don't know how to do it.please could anyone help?below is the J2SE source code
// MultiNyAR.java
// Andrew Davison,
[email protected], April 2010
/* An Java3D NyARToolkit example using multiple markers and models,
that reports position and rotation information.
NYARToolkit is available at:
http://nyatla.jp/nyartoolkit/wiki/index.php?NyARToolkit%20for%20Java.en
JMF also required:
http://java.sun.com/javase/technologies/desktop/media/jmf/
NCSA Portfolio is used to load the models. It is available at:
http://fivedots.coe.psu.ac.th/~ad/jg/ch9/
--------------------
Usage:
> compile *.java
> run MultiNyAR
*/