Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, Ayumi, NewbieZorro), 14,141 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
creating material in SDK? #450565
04/18/15 10:00
04/18/15 10:00
Joined: Oct 2013
Posts: 31
JerahYalyn Offline OP
Newbie
JerahYalyn  Offline OP
Newbie

Joined: Oct 2013
Posts: 31
How do i create a material in VC++ with engine SDK?
if looked in to afuncs.h but I can't seem to figure out how to set it.

thanks!

Re: creating material in SDK? [Re: JerahYalyn] #450566
04/18/15 10:51
04/18/15 10:51
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
mtl_create + effect_load


Visit my site: www.masterq32.de
Re: creating material in SDK? [Re: MasterQ32] #450568
04/18/15 11:46
04/18/15 11:46
Joined: Oct 2013
Posts: 31
JerahYalyn Offline OP
Newbie
JerahYalyn  Offline OP
Newbie

Joined: Oct 2013
Posts: 31
Something like this?

MATAERIAL* mat;
mat = mtl_create();
mat.ambient_blue = 255;
Etc...
effect_load(&mat, "shader.fx");
myent->material = mat;

Re: creating material in SDK? [Re: JerahYalyn] #450571
04/18/15 12:02
04/18/15 12:02
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
yeah, but in C++ you always need -> instead of . for pointers wink


Visit my site: www.masterq32.de
Re: creating material in SDK? [Re: MasterQ32] #450573
04/18/15 13:27
04/18/15 13:27
Joined: Oct 2013
Posts: 31
JerahYalyn Offline OP
Newbie
JerahYalyn  Offline OP
Newbie

Joined: Oct 2013
Posts: 31
Thanks, I got used to lite-c structure method of setting the shaders and I forgot to use the engine functions of making it. I need to reffer to the manual for all the functions.


Moderated by  Blink, Hummel, Superku 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1