Wondering if these features will be added eventually?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Spartacus
Posts: 70
Joined: Fri Nov 21, 2003 11:56 pm

Wondering if these features will be added eventually?

Post by Spartacus »

I was wondering if the game engine will support height maps in the future possibly?

I also was wondering if there was a way I could get a non box shaped skybox I was hoping to create 2 spheres one inside another with the sphere that is inside the other to be mostly transparent and have clouds on it and the surrounding sphere to have a night to daytime transiton so that I could rotate each sphere differently to simulate day and night, while also making the clouds appear as if they move :P.
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

The skybox is just a box set to the limits of your draw area with the viewable side aimed inward. Just create a sphere the same way and attach it to the camera.
Crud, how do I do this again?
Spartacus
Posts: 70
Joined: Fri Nov 21, 2003 11:56 pm

Post by Spartacus »

easier said then done.
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

No, it's not.

I use SkySphere's myself. Look at the code in the irrlicht engine source on how skyboxes are made and you should be able to handle it.

This is the advanced forum, so if you are having problems with a task such as making a custom scene node you may want to post it in the other forum.
Crud, how do I do this again?
Spartacus
Posts: 70
Joined: Fri Nov 21, 2003 11:56 pm

Post by Spartacus »

and then the next verison comes out and i end up doing it all over seems like waste of time to me. And I already know how skyboxes are made.
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Why would a new version of irrlicht break your custom skysphere scene node?

It would be external from the Irrlicht engine itself.
Crud, how do I do this again?
Spartacus
Posts: 70
Joined: Fri Nov 21, 2003 11:56 pm

Post by Spartacus »

stuff gets changed therfore i must recode it over.
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Err... Copy and Paste?? :roll:
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Not even copy and paste.

I highly doubt that the basics of a custom scene node is going to change so massively. Besides, you don't add the code for a custom scene node to the Irrlicht source.

I bet there is even a tutorial on the tutorial page about custom scene nodes.
Crud, how do I do this again?
November235
Posts: 15
Joined: Thu Dec 04, 2003 11:09 am
Location: London UK
Contact:

Post by November235 »

You win that bet... but you cheated! You've visited the site before :D.
November235 - Are you in FINAL DENIAL?
Land - Air - Sea
Post Reply