[shade-c] ent_createlayer

Posted By: boyax

[shade-c] ent_createlayer - 09/16/09 07:54

Hi,

I'm using the shade-c shader v0.90... I just bumped with this problem in which I declare entity using the ent_createlayer but when I enable the shade-c shader the entities is not visible... disabling the shade-c shader the entities is now visible.. I don't know why??

Here's the code snippet:
Code:
ent_counter1 = ent_createlayer("1.dds", 0, 105);

//set skill in shade-c
sc_skill(ent_counter1, sc_myDepth, 0);



Thanks
Posted By: BoH_Havoc

Re: [shade-c] ent_createlayer - 09/16/09 16:20

View entities don't work with current version of shade-c, for some reason they are clipped away. I'm working hard on fixing this as we also have view entities in our game.

So i can assure you that this will be fixed as soon as possible wink
Posted By: boyax

Re: [shade-c] ent_createlayer - 09/16/09 16:57

Thanks for looking at it... :-)
© 2024 lite-C Forums