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.


Topics - Klaudiusz

Pages: 1 [2]
16
Support / AdditionalColor directly from Loader?
« on: June 16, 2007, 07:30:39 pm »
Hi,

Can loader read the color information for every part of object3d (i mean 3ds file)?
I know it is possible to set it by hand,but maybe there is a way to set it automatically? It could be usefull, sometimes only color+gouraund shading is enought for me.

17
Support / Blur as PostProcessor
« on: June 05, 2007, 09:58:37 am »
Hello,

It's possible to add normal blur/gaussian blur as post processor in further version? I know Bloom has been released but it's not the same.


18
Support / Problem with independlent setting coordinaties
« on: May 24, 2007, 10:22:49 am »
Hello,

Well... I have a table:

Quote
float Coordinates[] = {
     XPos,YPos,ZPos,XAxis,YAxis,ZAxis,
     ...
     ...};    // * TotalFrameLenght

Later i use the table:

Quote
float XPos = Coordinaties[CurrentFrame*6];
float YPos = Coordinaties[CurrentFrame*6+1];
float ZPos = Coordinaties[CurrentFrame*6+2];
float XAxis = Coordinaties[CurrentFrame*6+3];
float YAxis = Coordinaties[CurrentFrame*6+4];
float ZAxis = Coordinaties[CurrentFrame*6+5];

And finnaly i want to set it.

And here is my problem. For camera i have this problem solved:
Quote
camera.setPosition = (XPos,YPos,ZPos);
But i don't know how i can set the Axis.

So this is my question:

How i can set camera axis and how i can set posision and axis for each object, independly of previous position/rotation?

Thanks in advice.

Egon, maybe you could add setPosision and something like setAxis also for Object3d in further version? It would be great for me :)

19
Support / mp3 player for JPCT?
« on: May 10, 2007, 10:37:10 pm »
Hello!

I would like to play mp3 on the background while rendering.

Can You recomeded me some opensource routine?

Should be compatibile with java 1.1 as JPCT.

Maybe somebody have some experience in this case?

Thank You in advice

Klaudiusz

20
Support / Camera Zoom and moving/rotating by KeyFrames
« on: May 10, 2007, 09:59:14 am »
Hello

First of all, thank You for JPCT - that's great tool. I've just discovering it...

I know JPCT is designed for making games, but i would like to use it to make simple presentation - realtime animation (scene) rendering.

I found here many usefull thinks, but i have two propositions, maybe You could implement it in further versions?

1. Camera Zoom - it should be very easy (just add this value to Z after ratation).

2. Moving and rotating in space (objects and camera), based on time Keyframes similar as You made keyframes for object animation. I recommend .lws (lightwave scene) fileformat - it is clear and easy txt based key frame system. Key Frame is usefull also for Camera Zoom...

That's just my proposisions, i don't know what You think about it:)

Thank You and Best Regards.
Klaudiusz






Pages: 1 [2]