Page 1 of 1

possible to make material without texture?

Posted: Mon Sep 08, 2003 11:51 am
by bernardfrancois
hello,

is it possible to make a material without using a texture? (also not a self-coded texture)

greetz,

bernard

Posted: Tue Sep 09, 2003 12:30 pm
by bernardfrancois
maybe I wasn't clear enough: in fact I'd just like to use untextured meshes... anyone who can help me? (it cant be difficult but I'm new and unexperienced in purebasic...)

greetz,

bernard

Posted: Tue Sep 09, 2003 5:21 pm
by Fred
May be you can use a black texture to simulate it ? What would be exacly he purpose of this ?

Posted: Wed Sep 10, 2003 8:37 am
by bernardfrancois
Why not using textures?

In my opinion it's easier to start coding without any textures, and do the textures later.
Also, for some objects which just have one color and no real texture, you don't have to load a texture (which will make your program run faster).