jPCT - a 3d engine for Java > Projects

Mystery Puzzle Game

(1/2) > >>

hthth:
I recently started working on some game ideas, and am planning to make a very short mystery/puzzle like game if time allows. Despite the project's young age I thought it'd still be fine to tell it to the world. So here's the fruit of this weekend, a few screenshots of my experiments:







[Note that the sky is black because I haven't putten in a roof]

I'm currently getting the hang of architectures and texturing, plus using dummy objects for telling jPCT what to do (like player position, lights, etc.).

Remo:
Looking good!
Check out the DevKit. It has some buitl in stuff that may help you speed up research.

hthth:
Thanks for the compliments and advice, Remo. I'll definitely have a look at the DevKit.
I'm currently reading up on proper texture creation and application as well as finetuning my modeling skills (no real experience with it). If anyone's looking for a wholesome info on texture creation, I recommend 3D Game Textures: Create Professional Game Art Using Photoshop by Luke Ahearn. It technically contains tutorials that you could easily find online, but he presents it pretty nice and coherently.

hthth:
Well. Another weekend passed and some more screenshots to have a look at. Starting with a small bug that's been haunting me. Does anyone know why this could happen? :




The texture appears to move when the camera pans, as if it's constantly remapping itself onto the object. This only happens when I use the software renderer — when I switch to hardware the bug disappears and the texture looks fine again.

Any ideas?

Anyway, here are some sneak peaks at what I'm working on, still working on interior scenery and textures.


Another question if anybody has the time: In the image above, the edges of the archways look curved, or round-edged. That's not the way the model looks (it's got hard edges, supposed to look like steel), the light appears to be making them look round. Anyone have any suggestions on how this could be mended?

EgonOlsen:
The texturing issue looks like a tiling issue to me. The software renderer runs into accuracy problems when polygons are getting too large and the texture repeats too many times on them. Try to split them into smaller ones to see, if this helps. About the lighting: You may try to identity/seperate the affected object (-parts) and change the shading mode on them: http://www.jpct.net/doc/com/threed/jpct/Object3D.html#setShadingMode(int).

Navigation

[0] Message Index

[#] Next page

Go to full version