Skip to content

Instantly share code, notes, and snippets.

View dreammonkey's full-sized avatar

Diederik van Remoortere dreammonkey

  • TBWA Belgium
  • Antwerp, Belgium
View GitHub Profile
@dreammonkey
dreammonkey / ClippedSprite.as
Created June 11, 2012 14:02 — forked from PrimaryFeather/ClippedSprite.as
Simple Sprite subclass with a rectangular mask in stage coordinates
package starling.extensions
{
import flash.display3D.Context3D;
import flash.geom.Rectangle;
import starling.core.RenderSupport;
import starling.core.Starling;
import starling.display.Sprite;
import starling.errors.MissingContextError;