Away3D3.6のMovieMaterial.asに特有の問題があります。
クリック可能な白いホットスポットが付いた3D地球儀があります(下の画像を参照)。次のコードでインタラクティブを「true」に設定すると、マウスを地球の表面上に移動すると、MovieMaterialの2Dコピーが突然表示されます(下の画像を参照)。この2D画像は、マウスを動かすと移動します。
_hotspotGlobeMaterial = new MovieMaterial( _hotspotSprite, { interactive: true, smooth: true, transparent: true } );
_hotspotGlobe.material = _hotspotGlobeMaterial;
http://grandinteractive.com/misc/GlobeWithHotspots.png
ここでの2Dの問題:
また、白/透明の領域が逆になっていることにも気付くでしょう。