Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: "Mike Strauss" Newsgroups: scea.yaroze.programming.3d_graphics Subject: Re: Problem with DXF files Date: 30 May 1997 03:27:54 GMT Organization: SCEA Net Yaroze News Lines: 53 Message-ID: <01bc6ca9$af339f40$16fb0398@mcs2.duke.edu> References: <01bc69cb$52f50c40$221abacc@prolog.prolog.net> <3389B358.412F@charlie.cns.iit.edu> NNTP-Posting-Host: async251-22.async.duke.edu X-Newsreader: Microsoft Internet News 4.70.1155 I spent quite a while working through this problem myself. When you export a 3ds object as a dxf file the texture information is not stored in the dxf. When you run dxf2rsd it creates the rsd file(s), one of which is a .mat file. This file has color, shading, and texture mapping info in it. You can edit it in a standard text editor, or you can get RsdTool. RsdTool looks like it will be a very good tool when it is done. It is fairly buggy (don't even try using it under NT 4.0, even with service pack 3), but it is a hell of a lot better than having to edit the .mat files by hand. As for the boolean shapes, I don't know for sure, but I'd say the problem is 3ds. I've seen 3ds have some crazy results with boolean operations, and exporting a boolean object to a dxf file can't help the process any. Hope this has been some help. Mike Strauss mcs2@acpub.duke.edu Ed Federmeyer wrote in article <3389B358.412F@charlie.cns.iit.edu>... > Dwight Joslin wrote: > > > > I'm using 3D Studio to create objects and I save it as a DXF file. Then I > > convert it using DXF2RSD. When I finally get the image on the Playstation > > screen, theres no color. I thought it might be my code but it there is > > still no color when I use RSDV. > > > > Any help would be appreciated. > > I'm struggling with this one also. I found that I can set the color of > the whole object with "-col r_value g_value b_value" of dxf2rsd.exe, but > I don't see where/how the textures I assign in 3D studio get mapped in > the .RSD files. For example, if I want each face of a cube to be a > different color, where does that happen? I kind of exected dxf2rsd.exe > to also create .TIM files to store any textures I used, but none are > created! > > Also, I'm having trouble with boolean objects. It works fine when I use > two objects. ObC = (ObA UNION ObB), but then if I use that boolean > object to add another: > ObE = ObC UNION ObD > (ObA, ObB, ObD are the base objects like "box", "cylinder", etc, and > ObC and ObE are boolean objects). > I load this into rsdv.bat, and it looks totally whacked out! Triangles > everywhere! I can sort of make out the intended shape, but it's kind of > like the transporter accident on "Star Trek the Motion Picture" :-) > > Is this a bug with 3D Studio, dxf2rsd.exe, rsdv, or ME? :-) > > I can upload and example model if it would help. > > Ed Federmeyer >