Skip to content

Commit

Permalink
Merge branch 'release' of github.com:away3d/away3d-core-fp11 into rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
DerSchmale committed Jul 3, 2012
2 parents ae5f33a + c50d5d2 commit 47ca01f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 282 deletions.
File renamed without changes.
File renamed without changes.
71 changes: 0 additions & 71 deletions src/away3d/materials/BitmapMaterial.as

This file was deleted.

210 changes: 0 additions & 210 deletions src/away3d/materials/VideoMaterial.as

This file was deleted.

2 changes: 1 addition & 1 deletion src/away3d/textures/SplatBlendBitmapTexture.as
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package away3d.textures

public class SplatBlendBitmapTexture extends BitmapTexture
{
[Embed(source="../pbks/NormalizeSplats.pbj", mimeType="application/octet-stream")]
[Embed(source="/../pb/NormalizeSplats.pbj", mimeType="application/octet-stream")]
private var NormalizeKernel : Class;

private var _numSplattingLayers : int;
Expand Down

0 comments on commit 47ca01f

Please sign in to comment.