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.


Messages - hamedf_hamedf

Pages: 1 [2]
16
Support / Re: jPCT (java) bind monodevelop or visaul studio
« on: November 23, 2012, 06:27:44 pm »
Dear,
i use "Eclipse IDE for Java Developers" but when i compile it and run in on my galaxy s3, it has an error and close.
???

17
Support / Re: jPCT (java) bind monodevelop or visaul studio
« on: November 22, 2012, 09:50:35 am »
where can i download helloworld example?

18
Support / Re: jPCT (java) bind monodevelop or visaul studio
« on: November 21, 2012, 11:31:07 pm »
Dear EgonOlsen,
i have run it, but now i have a code like this:
box = Primitives.GetBox(13f, 2f);
            box.Build();
            world.AddObject(box);
            world.SetAmbientLight(0, 255, 0);
            camera.SetPosition(50, -50, -5);
            SimpleVector p1 = new SimpleVector(1, 1, 1);
            camera.LookAt(box.GetTransformedCenter(p1));
            world.SetCameraTo(camera);
            try
            {
                buffer = new FrameBuffer(100, 100);
            }
            catch (Exception ex)
            {
                button.Text = ex.Message;
            }

it has an erro in buffer creation, do you have an easy example to show the basic box?

19
Support / jPCT (java) bind monodevelop or visaul studio
« on: November 21, 2012, 11:22:19 am »
Hi All,

I want to use jPCT android package on monodevelop or visual studio with xarmin package for C# coding.
I create "Java Bindings Library" in visual studio project that is a way to load Java files and use them like a class.
but when i build my project, it has an error :
"The type or namespace name 'OcTreeNode' does not exist in the namespace 'Com.Threed.Jpct' (are you missing an assembly reference?)   D:\BindingLibrary1\obj\Debug\generated\src\Com.Threed.Jpct.OcTree.cs   142   75   BindingLibrary1"

how to solve it?


Pages: 1 [2]