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

Pages: [1]
1
Support / Anyone know of any good Human Animations I could use?
« on: August 07, 2006, 01:30:44 pm »
All

I am currently developing a small 3D environment to help teach archaeology.  I am slowly getting there, but having huge difficulties developing realistic looking avatars for the users.

Does anyone know of a source of good cheap/free human animations (possibly in 3DS format) which I could load directly into the JPCT 3D environment?

Alternatively, does anyone know the location of a good tutorial which would guide me through the process of developing my own realitic human avatar and walking animation?

Thanks for any assistance you can provide!




Kris

2
Support / Textures in FPS Demo RESOLVED!!
« on: March 02, 2006, 05:30:33 pm »
I have finally found out what the problem is.  When converting from 2D plans to a 3D model I was using the Extrude option in 3D Studio Max 8.  The problem was that following the extrude it was impossible to get textures to apply to the objects.

The solution was to apply a UVW Map modifier to the shapes, making sure to select the BOX option on the UVW Map modifier.  This then causes the extruded 2D shapes to behave like a 3D object and accept textures accordingly.

This problem has taken me weeks to solve, but finally I am able to generate 3D models of 2D Autocad plans using 3D Studio Max 8!

3
Support / Textures in FPS Demo
« on: February 08, 2006, 11:54:53 pm »
Thanks for the tips, I have been working with the software in Deep Exploration and have managed to get textures assigned to my objects.  However whenever the engine is run, the textures do not look as expected...the structure surrounded in red in the first image is supposed to be overlaid with the texture in the second.


(Fig 1: Screenshot of my jPCT scene)



(Fig 2: Texture which should be overlaid on the object surrounded by red in fig 1)

Any ideas what is going wrong?  I am simply using the code that comes with the FPS demo and using my own 3DS file, so no doubt I am just doing something incredibly stupid.

Thanks for your patience!



Kris

4
Support / Textures in FPS Demo
« on: February 08, 2006, 07:53:17 pm »
All

I am sorry to post such an open question, but I am having real difficulty understanding how the textures are applied in the FPS demo which is provided in the JPCT download package.

From the source I have noted the comment:

Code: [Select]
       /**
         * Load the textures needed and add them to the TextureManager. We are loading the "numbers"
         * texture for blitting the framerate as well as the weapon's environment map and all JPGs
         * that can be found in the "textures"-directory. The 3DS file of the level contains
         * materials that are pointing to these textures (identified by name).
         */


However I am unsure how to determine how the 3DS file of the level refers to each texture.  I have imported the 3DS file into 3D Studio Max 8 and cannot see how the texture files relate relate to the objects by name:  The objects in the 3DS file are named along the lines of objXXX where XXX is the object number.  The materials covering the objects are named MaterialXX where XX is the material name.  The textures are named qlXX.jpg where ql refers (I presume) to the 3DS file, XX refers to the texture number.  Thus I cannot see how either the objects and textures or materials and textures relate.

If anyone could spend the time either explaining, or pointing me in the direction of a URL that explains how to map between 3DS objects and textures I would be very grateful.

Kind regards,




Kris

Pages: [1]