|
|
Re: flat-shaded look?
[Re: Freddy_dup1]
#133510
06/03/07 23:46
06/03/07 23:46
|
Joined: Apr 2005
Posts: 4,506 Germany
fogman
Expert
|
Expert
Joined: Apr 2005
Posts: 4,506
Germany
|
Try something like this:
material flat_mat { ambient_red = 100; // play with these values ambient_green = 100; ambient_blue = 100; diffuse_red = 200; diffuse_green = 200; diffuse_blue = 200; specular_red = 200; specular_green = 200; specular_blue = 200; power = 50;
effect = " technique flatshadow { pass p0 { fillmode = solid; shademode = flat; } } technique fallback { pass p0 { } }"; }
action flat_me { my.material = flat_mat }
To fiddle around with materials you can download "MatsEd" at my signature. It´s a Gamestudio material editor.
no science involved
|
|
|
Re: flat-shaded look?
[Re: nipx]
#133513
06/05/07 19:17
06/05/07 19:17
|
Joined: Feb 2003
Posts: 211 Unna
Freddy_dup1
OP
Member
|
OP
Member
Joined: Feb 2003
Posts: 211
Unna
|
No. I don`t use any shader. I tried it with materials and without them. It`s the same. It looks always like the picture.
Last edited by Freddy; 06/05/07 19:25.
|
|
|
Re: flat-shaded look?
[Re: Freddy_dup1]
#133515
06/05/07 20:24
06/05/07 20:24
|
Joined: Apr 2005
Posts: 4,506 Germany
fogman
Expert
|
Expert
Joined: Apr 2005
Posts: 4,506
Germany
|
It looks like it doesn´t have a skin at all. What happens if you load it into MatsEd?
no science involved
|
|
|
Moderated by mk_1, Perro, rayp, Realspawn, Rei_Ayanami, rvL_eXile, Spirit, Superku, Tobias, TSG_Torsten, VeT
|