The "n/a (no view)" just means that you didn't supply the stats panel with a view when you created it. You have to pass in a reference to the view that you want to use as the first constrictor parameter:
addChild( new AwayStats( myView3D ) ); Cheers /R On Mar 12, 7:24 pm, netphreak <[email protected]> wrote: > The texture is sized 1024x512. > > I succeded getting the demo to run without error - though there is > nothing visible. > > The awaystats shows me there is no view - POLY n/a (no view)... > > Regards > > On 10 Mar., 23:43, Li <[email protected]> wrote: > > > > > how big is the texture? > > > On Thu, Mar 10, 2011 at 2:43 PM, netphreak <[email protected]> wrote: > > > Hi, all! > > > > I'm currently experimenting with Away3D 4.0. > > > > I've set up a scene with some plane, assigned a bitmapmaterial to the > > > planes. > > > > When i try to see the result in the Flash player, i get the following > > > error: > > > > Error #3700: A texture sampler binds an incomplete texture. Make sure > > > to upload(). All miplevels are required when mipmapping is enabled. > > > > No search on google yields any results/help.... > > > > Any idea, what the problem might be? > > > > Kindly regards
