Opened 14 years ago
#34 new enhancement
parametrized styles
Reported by: | Maciej Komosinski | Owned by: | Maciej Komosinski |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | client 3D | Version: | |
Keywords: | Cc: |
Description
Currently, styles of Parts and Joints do not depend on properties of individual Parts and Joints (assimilation, stamina, friction coefficient, etc.). They should depend! just like in POV-Ray and OpenGL in Framsticks GUI/Theater.
This issue depends on #11, and #8 is a special case of this issue.
Required:
- each style publishes a list of properties it needs
- queries to server are adjusted for each style (e.g., if a style needs Part's assimilation, then client asks for Part:x,y,z,as)
- properties received from server are passed to the style (*.cgfx).
Note: See
TracTickets for help on using
tickets.