Search found 6 matches

by MCP
Mon Jan 11, 2016 9:18 am
Forum: Coding Questions
Topic: Vector Drawing Library question
Replies: 7
Views: 4304

Re: Vector Drawing Library question

I just store every line, piece of text, etc in a linked list (position, line thickness, color, etc). And I save all the elements in this linked list in a common file. When I want to continue my drawing I simply open the file and let the computer redraw first. I think Autocad works also the same ...
by MCP
Sun Jan 10, 2016 4:26 pm
Forum: Coding Questions
Topic: Vector Drawing Library question
Replies: 7
Views: 4304

Re: Vector Drawing Library question

Thanks, I'll have a look at that!
by MCP
Sun Jan 10, 2016 2:08 pm
Forum: Coding Questions
Topic: Vector Drawing Library question
Replies: 7
Views: 4304

Re: Vector Drawing Library question

Yes I'm using Windows. Sorry I forgot to mention that. Looks like I'm stuck then. Thanks for you reply.
by MCP
Sun Jan 10, 2016 1:33 pm
Forum: Coding Questions
Topic: Vector Drawing Library question
Replies: 7
Views: 4304

Vector Drawing Library question

Hi all,
I really like the vector drawing functions but I'm wondering how I can load/save my vector drawings as presumably an .svg file? There doesn't seem to be an obvious way to do this in the command set given. Any help on this would be appreciated. Thanks.

PS: Sorry if this question has been ...
by MCP
Sat Aug 24, 2013 2:28 am
Forum: Feature Requests and Wishlists
Topic: Sprite texture atlas
Replies: 3
Views: 756

Re: Sprite texture atlas

Hi, thanks for your reply. Can clipsprite be used with 3d sprites?
by MCP
Fri Aug 23, 2013 11:59 pm
Forum: Feature Requests and Wishlists
Topic: Sprite texture atlas
Replies: 3
Views: 756

Sprite texture atlas

Could we please have texture atlas for sprites and/or the ability to manually edit sprite UV's?
This feature could come in very useful, thanks.