Re: [Paraview] paraview crashes on obj file originating from VMD

2011-02-17 Thread David E DeMarle
For VRML it looks like our ancient reader does not support aliasing. If you can configure the code that created vmd1.wrl to inline the VMDCyl and VMDMat, I suspect that ParaView will read it. For our equally ancient OBJ it does appear that we do not support mtl files. The vtkOBJReader.cxx has a

Re: [Paraview] paraview crashes on obj file originating from VMD

2011-02-17 Thread Peter C. Lai
Thanks for the reply. Any conversion alternatives? Like converting from POVRay? Let me look into inlineing the VRML mats. I will probably panic more about this in a month when stuff needs to work, but thanks for expressing and interest. On 2011-02-17 12:19:20PM -0600, David E DeMarle wrote:

Re: [Paraview] paraview crashes on obj file originating from VMD

2011-02-17 Thread David E DeMarle
On Thu, Feb 17, 2011 at 1:38 PM, Peter C. Lai p...@uab.edu wrote: Thanks for the reply. Any conversion alternatives? Like converting from POVRay? See http://paraview.org/Wiki/ParaView/Users_Guide/List_of_readers for the full list of input formats. From the look of your data .pdb looks likely.

Re: [Paraview] paraview crashes on obj file originating from VMD

2011-02-17 Thread Peter C. Lai
On 2011-02-17 12:44:34PM -0600, David E DeMarle wrote: On Thu, Feb 17, 2011 at 1:38 PM, Peter C. Lai p...@uab.edu wrote: Thanks for the reply. Any conversion alternatives? Like converting from POVRay? See http://paraview.org/Wiki/ParaView/Users_Guide/List_of_readers for the full list of

[Paraview] paraview crashes on obj file originating from VMD

2011-02-04 Thread Peter C. Lai
Hello We need to export molecular structures and surface renders from UIUC's VMD to OBJ with color/material support into Paraview for use with VisBox. Paraview 3.8.1 and 3.10-RC1 both crash while trying to render the OBJ files here: http://cesium.hyperfine.info/~cowbert/vmd/vmd1.obj