Changes between Version 18 and Version 19 of BOOK_STATIC_PDF_EXPORT_R0
- Timestamp:
- 05/25/09 18:56:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_STATIC_PDF_EXPORT_R0
v18 v19 49 49 * Export the paint method from the !SimpleSceneVisual class to !SceneHelper class as static method. The idea is to provide the same logic for drawing a part of a scene over given graphics. Use the newly created method to draw over a PDF document. 50 50 * Over the PDF file will be drawn everything that is visible on the scene at the moment of exporting. In other words, if there is a movie frame on the scene, in the pdf file it will appear this frame of the movie that is drawn over the scene at the moment of exporting. 51 51 * ExportToPDFSystemTest -> [changeset:2847] 52 52 = Implementation = 53 53 ^(Describe and link the implementation results here (from the wiki or the repository).)^