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

Pages: 1 [2]
16
Support / Re: Compiling a example ?
« on: April 03, 2012, 07:49:45 pm »
Egon is right, this is not a problem related to jPCT.
Let's see if I understand: you can compile it, but can't execute it, right?
Are you sure the main class is in the right directory? Your command line seems to be ok, so you shoud check your file structure.

17
Support / Re: Wireframed 3d quad-map
« on: March 23, 2012, 12:50:56 pm »
Yeah, faking with texture might work.
That gave me another idea. Is it possible to make the texture repeat itself over an Object3D instead of stretching it? I want the user to be able to change the grid size without making the marker places bigger, i.e. increase the grid's size from 30 to 40 5.0f cubes.

18
Support / Re: Wireframed 3d quad-map
« on: March 22, 2012, 09:10:27 pm »
It is a three-dimensional grid. Simple as that. I could not find in the Object3D implementation anything able to show its wireframe.

19
Support / Re: Wireframed 3d quad-map
« on: March 22, 2012, 08:53:56 pm »
I just had an idea that might work. What if I draw 30 wireframed planes aligned to each axis?
But I don't know how to build a wireframed plane. Help?

@EgonOlsen: Both would be awesome, but I know it will be heavier in the end.

20
Support / Wireframed 3d quad-map
« on: March 22, 2012, 04:21:35 pm »
Hello, everyone! I'm new to jPCT so I have a question:

I need to draw a 3d quad-map (30 x 30 x 30 squares where I'm gonna place my markers) but I couldn't find a way to do it with jPCT. It needs to be a wireframe so that the user can see what is in the 3d space, and I need to control its transparency so that it doesn't make visualization of all the markers difficult. Can anyone give me a hand?

Pages: 1 [2]