Giter Club home page Giter Club logo

nd3d's People

Stargazers

 avatar

Watchers

 avatar

nd3d's Issues

Error #2044: Unhandled ioError

What steps will reproduce the problem?
1. chk svn out and open http://nd3d.googlecode.com/svn/trunk/bin/test.swf
2. that's it
3. ...

What is the expected output? What do you see instead?
some model, but IO error
Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL:
file:///C|/Inetpub/wwwroot/Classes/ND3D/nd3d//models/fighter.ASE

watch out for "nd3d//models"

What version of the product are you using? On what operating system?
normal xp pc

Please provide any additional information below.
easy, just fix by remove all "./" 

for sample, at

http://nd3d.googlecode.com/svn/trunk/src/examples/MeshLoaderExample.as

before
meshLoader.loadMesh("./models/fighter.ASE", textures, mat);

after
meshLoader.loadMesh("models/fighter.ASE", textures, mat);

hth ;D



Original issue reported on code.google.com by katopz on 7 Aug 2008 at 12:50

it seems that there are no downloads? only deprecated 0.9

What steps will reproduce the problem?
1. click on "downloads"

What is the expected output? What do you see instead?
expected to see some kind of download for the libraries. instead there is only 
deprecated downloads. for example PixelMaterial is missing in those


Original issue reported on code.google.com by [email protected] on 29 Aug 2010 at 4:17

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.