Procedural Textures: Difference between revisions
Jump to navigation
Jump to search
m (→Empty detail map:: 1x1 is better than 8x8.) |
m (→Empty normal map:: 1x1 is better than 8x8) |
||
Line 12: | Line 12: | ||
===Empty normal map:=== | ===Empty normal map:=== | ||
#(rgb, | #(rgb,1,1,1)color(0.5,0.5,1,1) |
Revision as of 06:07, 19 July 2006
BI's new engine supports also simple procedural textures, you can just write instead of filename
#(format,width,height,number of mipmaps)color(r,g,b,a)
Empty detail map:
#(rgb,1,1,1)color(0.5,0.5,0.5,1)
Empty normal map:
#(rgb,1,1,1)color(0.5,0.5,1,1)