www.jpct.net

General => Feedback => Topic started by: Melssj5 on June 25, 2007, 05:31:43 pm

Title: Suggestion
Post by: Melssj5 on June 25, 2007, 05:31:43 pm
ok I have this suggestion:

I would want that jpct could draw and renderScene of certain objects3D or maybe from an ArrayList of object3D. Now why?

To be able to show just some objects and later add another ones. The use I am thinking is a lightweight sky or enviroment.

for example we can use a small sphere placed always arround the camera and this sphere can have an sky texture. Now we could draw and render only this Object3D and the overwrite the parts drawed by the rest of the world. this would result on drawing the sky only and the drawing the rest, like if there were 2 main layers on the final render to be displayed!

Title: Re: Suggestion
Post by: EgonOlsen on June 25, 2007, 07:28:07 pm
You can already do something similar by using multiple worlds which can be rendered into a single frame. That should be more convenient, too, because each world maintains its own lights, camera...
Title: Re: Suggestion
Post by: raft on June 26, 2007, 01:10:21 pm
for example we can use a small sphere placed always arround the camera and this sphere can have an sky texture. Now we could draw and render only this Object3D and the overwrite the parts drawed by the rest of the world. this would result on drawing the sky only and the drawing the rest, like if there were 2 main layers on the final render to be displayed!

that's what i do in karga to render the sky. it's discussed in a forum i guess
Title: Re: Suggestion
Post by: Melssj5 on June 26, 2007, 04:10:04 pm
 :'(

Ok, I was out of jpct world many time I guess. I am learning again.