1 / 4

Natural Shape Drawing with Quadratic Bezier Construction in ActionScript

This report introduces the OMSC and QBSC shape constructors, designed to facilitate natural shape drawing in ActionScript. The OMSC onMouseMove.Shape.Constructor allows users to draw shapes as if using a pencil or paintbrush, mimicking a natural artistic process. Meanwhile, the QBSC.Quadratic.Bezier.Shape.Constructor efficiently saves only the essential data required to define each component of the shape. This approach streamlines the shape creation process while maintaining artistic integrity, resulting in an intuitive drawing experience.

brick
Télécharger la présentation

Natural Shape Drawing with Quadratic Bezier Construction in ActionScript

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OMSC and QBSC http://actionscript-toolbox.com/saveShapes.php 報告者 林芃君 2002/10/21

  2. OMSC • onMouseMove Shape Constructor • draw a shape in a natural way, as though holding a pencil or paintbrush

  3. QBSC • Quadratic Bezier Shape Constructor • saves only the minimum information needed to define each part of the shape

More Related