-
Notifications
You must be signed in to change notification settings - Fork 0
Textures
Pete Shand edited this page Oct 21, 2018
·
8 revisions
var bitmapData = Assets.getBitmapData("path/to/image.png");
var texture = new BitmapTexture(bitmapData);
var texture = new ImageTexture("url/to/image.png");
var texture = new VideoTexture("url/to/video.mp4");
texture.play();
Basics
-
Display Objects
- Image
- Quad
- Quad With Gradient
- Text
- MovieClip
- Container / Sprite
- Stage
-
Textures
- Bitmap Texture
- Image Texture
- Video Texture
- Interactivity
- Masking
Features
- Real time Texture Packing
- Dynamic Bitmap Caching
- Texture Upload Queueing
- Texture Batching
- Alpha Masking
- Workers
- Frame Skipping