[Plib-users] ASE File Loader problems or is it my data?
Brought to you by:
sjbaker
From: <ha...@sl...> - 2000-12-05 18:43:08
|
The first send of this failed, probably because of the attachments. I'm resending it without them, they can be found at: http://www.slothmud.org/~hayward/plibtest Here is the original message: ---------- Forwarded message ---------- Date: Mon, 4 Dec 2000 22:33:45 -0600 (CST) From: ha...@sl... To: pli...@li... Subject: ASE File Loader problems or is it my data? I am having problems loading ASE files using both plib 1.3.1 version as well as the current CVS. Currently, I'm getting core dumps during ssgFlatten (in ssgOptimiser.cxx line 829: ent->recalcBSphere ();) It is a very simple object created in 3D Studio Max, basically kindof a cube with textures. My artist provided three examples, one of which doesn't apply the textures to the cube. I have attached them along with the sample textures. Also attached is my modified "tux_example.cxx" which came from plib_examples-1.3.1. If anyone can tell me what I'm doing wrong, I would greatly appreciate it. Thanks a bunch, Brian Hayward ------------------- gdb output -------------------------- Starting program: /home/hayward/plib_examples-1.3.1/src/ssg/tux/tux_example @@Created GLX Context.. Program received signal SIGSEGV, Segmentation fault. 0x0 in ?? () Current language: auto; currently c (gdb) where #0 0x0 in ?? () #1 0x8050fd7 in ssgFlatten (ent=0x80da098) at ssgOptimiser.cxx:829 #2 0x804aaec in load_database () at tux_example.cxx:171 #3 0x804ab59 in main () at tux_example.cxx:189 (gdb) down Bottom (i.e., innermost) frame selected; you cannot go down. (gdb) up #1 0x8050fd7 in ssgFlatten (ent=0x80da098) at ssgOptimiser.cxx:829 829 ent -> recalcBSphere () ; Current language: auto; currently c++ (gdb) list 824 sgMakeIdentMat4 ( m ) ; 825 826 flatten ( ent, m ) ; 827 strip ( ent ) ; 828 829 ent -> recalcBSphere () ; 830 } 831 832 833 /* (gdb) |