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

Pages: [1]
1
Support / jPCT presetting
« on: November 14, 2012, 07:49:13 am »
Hi Egon Olsen, i so in one app that it has preconfigured WASD-key and mouse actions to control world's camera for move, is some similar in jPCT?

2
Support / Re: Need Advice
« on: November 14, 2012, 07:43:49 am »
My opinion that your ps's configuration is acceptable, most of first mid have till 1Ghz and 512Mb of RAM.

3
Support / Re: Problem with 3ds load
« on: November 12, 2012, 11:47:59 am »
I think some-thing with my max, because I try to import just exported scene and got no textures, tomorrow will post here decision of my problem. Yes, problem with export in 3ds max 2013, the scene lost all textures.

One more question, what is the easiest  way to work with some object in Object3D's array? If only one way to do it via for cycle and check currentIterationObject.getName()?

4
Support / Re: Problem with 3ds load
« on: November 12, 2012, 04:11:27 am »
Thanks, it is really work. One more question, I add this code before FrameBuffer create, but no texture is loaded:

Code: [Select]
TextureManager tm = TextureManager.getInstance();
tm.addTexture("brown.jpg", new Texture("example/brown.jpg"));
tm.addTexture("green.jpg", new Texture("example/green.jpg"));
tm.addTexture("steel.jpg", new Texture("example/steel.jpg"));
tm.addTexture("metal.jpg", new Texture("example/metal.jpg"));

May be I use texture with 256x256 px in jpg format, is it correct? And if I can found my error I want to add this example (with Crane.3ds) in wiki, do you give me agree to do it?

5
Support / Re: Problem with 3ds load
« on: November 09, 2012, 12:46:20 pm »
Where I can see a list with not supported transformations? I load my scene and nothing to see on my screen, I don't know why, I use example from http://www.jpct.net/wiki/index.php/Advanced_example but my scene didn't work with it, can you test or help me?

6
Support / Problem with 3ds load
« on: November 09, 2012, 08:43:51 am »
Hi every-body, I am new in 3d, read tutorials and have a problem with load 3ds file, can ane-one help me?

I create a scene in 3ds max 2012, here is the source with 3ds and textures http://www.rcpp.ru/temp/Crane.zip

I ask some-body to try load this scene and write here is it possible to load all scene with jPCT?

Pages: [1]