Search found 104 matches

by arfgh
Fri May 09, 2008 1:00 pm
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

somebody can figure to how to do that ?

that is to produce some env effect over the polygons with a RGB color value instead of a texture.
by arfgh
Wed May 07, 2008 10:42 am
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

can you saw an example of that ?
by arfgh
Tue May 06, 2008 10:14 pm
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

maybe exist some other procedure on the irrlitch to do that. Because i saw several pc games where the env in the cars is produced using RGB color.

Maybe someone know a way to do ?
by arfgh
Tue May 06, 2008 9:16 am
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

somebody know if is possible to make that ?
by arfgh
Sun May 04, 2008 5:17 pm
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

ok but the problem now is..

i want to add a ENV RGB color instead of the texture. Is possible ?
by arfgh
Sat May 03, 2008 11:02 pm
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

but why is needed the addAnimatedMeshSceneNode ?
by arfgh
Sat May 03, 2008 1:52 pm
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

someone know how to do ?
by arfgh
Fri May 02, 2008 11:46 pm
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

ITexture * texture = driver->getTexture(tex);

where tex = path to a texture
by arfgh
Fri May 02, 2008 12:30 pm
Forum: Beginners Help
Topic: Set the reflection texture ?
Replies: 12
Views: 564

Set the reflection texture ?

Hi, i want to ad some ENV effect to the models. But i need to know how to specify the texture to make the ENV. This is my code. ITexture * texture = driver->getTexture(tex); mesh = loader->getMesh(temp,texture); obj=scene->addMeshSceneNode(mesh,node); obj->setMaterialType(EMT_REFLECTION_2_LAYER); th...
by arfgh
Thu Apr 24, 2008 3:59 pm
Forum: Beginners Help
Topic: Crash using Burning mode
Replies: 9
Views: 375

no, i cant, because to change to 1.4 now i have to revise the whole code and the 1.3.1 works fine. Works fine all except this burning mode. Is a known bug on this mode for the 1.3.1 version ?
by arfgh
Mon Apr 21, 2008 6:47 pm
Forum: Beginners Help
Topic: How to make a gradient on the background color
Replies: 16
Views: 864

anyways JP what tutorial you mean ?
by arfgh
Mon Apr 21, 2008 6:45 pm
Forum: Beginners Help
Topic: Crash using Burning mode
Replies: 9
Views: 375

well

someone can give some solution to get the burning to work using the background image ?
by arfgh
Mon Apr 21, 2008 1:59 pm
Forum: Beginners Help
Topic: How to make a gradient on the background color
Replies: 16
Views: 864

yes but the problem is the fact i need this plane be on the background and covering the full irrlicht window.
by arfgh
Mon Apr 21, 2008 12:50 pm
Forum: Beginners Help
Topic: How to make a gradient on the background color
Replies: 16
Views: 864

we are not talking about to put a texture on screen.
We are talking about to make a plane to show a gradient using the vertex colors.
by arfgh
Sun Apr 20, 2008 12:14 am
Forum: Beginners Help
Topic: Make env on the objects ?
Replies: 10
Views: 412

Kriolyth, can you show an example of that ? thx