Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Re: Can't seem to start on this (http://www.velocityreviews.com/forums/t956085-re-cant-seem-to-start-on-this.html)

Kene Meniru 01-03-2013 12:53 PM

Re: Can't seem to start on this
 
Mitya Sirenef wrote:


> So, how many instances do you want to make.. what kind of different
> functionality / properties they will have?
>
> - mitya
>


I am porting a modeling system I created using POV-Ray scene description
language available at sourceforge at
http://sourceforge.net/projects/kobldes/

The user can create as many marks as possible (limited by memory available).
The difference between each mark are the parameters provided i.e. name,
length, and position in the scene. If the user wishes to customize part of
the program they must update the classes or create new ones before using it
in the scene. File "A" in my previous illustrations can be considered the
scene file.




All times are GMT. The time now is 04:08 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57