Altering scale in lite-c

Posted By: Matt_UK

Altering scale in lite-c - 06/25/10 22:25

Hi guys!
This is probably extremely simple, but how can I change the scale of an entity in lite-c?

Heres my code:

Code:
ENTITY* planet = ent_for_name("planet_1");
planet.scale = 100;



but it doesn't seem to work :/, any ideas? Thanks.
Posted By: Widi

Re: Altering scale in lite-c - 06/25/10 22:36

Manual ????

(search for scale_x)
Posted By: Matt_UK

Re: Altering scale in lite-c - 06/25/10 22:40

Haha! Thanks, I must get acquainted with the manual more, lol.

Matt.
© 2024 lite-C Forums