What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Deprecation Schedule

shapify()

The EffectController for the 'Shapify' EffectNode. The Shapify EffectNode converts edge data stored in a 'shapified' Texture into a presentable image with edges that stay sharp regardless of the scale of the associated GraphicObject. This class is a dynamically created EffectController (with base type 'Vector2'), and is therefor non-instantiable. To get a new instance, use 'nc.effectControllers['shapify'].new'shapify()'. To create a new instance, use 'nc.effectControllers['shapify'].new'.

new shapify()

MEMBERS

addMotion :shapifyAddMotion

Object containing the 'addMotion' functions for this Vector's components.

edgeFeather :number

This 'shapify' component determines the how many pixels the image's edge transition spans. For example, a value of 5 would lead to a soft edge, as the transition from inside the image's shape to outside the shape would take place over 5 pixels. This is a pseudonim for the y vector component.

edgeOffset :number

This 'shapify' component determines how far to expand or contract the shape's edge from the position of the edge in the source image. This is a pseudonim for the x vector component.

swoop :shapifySwoop

Object containing the swoopers for this Vector's components.