Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: Help - Anim8or Loader  (Read 8566 times)

ludablay

  • Newbie
  • *
  • Posts: 1
    • View Profile
Help - Anim8or Loader
« on: January 03, 2008, 08:42:43 am »

Hello everybody, i'm a final year student developing a facility management software as my project work. i'm using anim8or for a building's structure and linking it to an interface using java3d and hooking it up to an oracle database. so far i've linked to the database, started the GUI with java and modelled part of the building in java.

the problem though is, i can't quite find a good loader to get the .an8 file into the java so that i can interact with it and have a stand-alone application, i've tried a couple of loaders and some can only rotate or only view. i've even exported as a .3ds file to try a 3ds-loader but that was not good either.

any suggestions, i really need this. thanks.
Logged

Nate_Bro

  • Newbie
  • *
  • Posts: 31
    • View Profile
    • Set Apart Graphics
Re: Help - Anim8or Loader
« Reply #1 on: January 05, 2008, 03:23:59 am »

well i played around with Java3D awhile before, and there are some .obj files in one of the sample DIRs, I opend these with Anim8or, and exported them, and they only show up as points, with no edges. i played around with it a little bit, but i stared write'n my own Anim8or Loader in PERL. but i never played around with faces.

I'll have a look and see if i can come up with anything....
Logged
My computer specs for Anim8or and other graphics:
1.  3.2 GHz Pent 4 HT 1 MB L2, with ATI 128 MB Vid Card
2.  3.0 GHz Pent D 4 MB L2, with ATI 512 MB Vid Card
3.  1.7 GHz Pent Celeron M, with ATI 64 MB Vid Card

Tirix

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Help - Anim8or Loader
« Reply #2 on: February 03, 2008, 06:07:52 pm »

Anim8orLoader is a Java3D loader for Anim8or files.

Anim8orLoader will only load your model into Java3D elements (Nodes, Groups, Branches, etc.).
In order to interact with it, you'll have to code some java by yourself...

Have a look at this tutorial on interaction, it explains how you can add 'Behaviours' to a previoulsy loaded scene graph...

I hope it helps...
Logged