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

#16
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
where can i download helloworld example?
#18
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
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?