[Paraview] VRML File crashing ParaView 4.1

richard.grenon at onera.fr richard.grenon at onera.fr
Wed Jan 22 06:41:32 EST 2014


Found on internet other VRML file OK: 
h**p://siggraph.org/~rhyne/com97/vrmlexample1.html

Found the error on your file: points coordinates should be separated by 
a space. The comma should be used only to separate points:

> #VRML V2.0 utf8
>
> Shape {
>  geometry IndexedFaceSet {
>   coord DEF MYPOINTS Coordinate {
>    point [
>          0 0 0,
>          1 0 0,
>          1 1 0,
>          0 1 0,
>          0 2 0,
>          1 2 0
>    ]
>   }
>   coordIndex [
>        0,1,2,3,-1
>   ]
>  }
> }
>
> Shape {
>  geometry IndexedFaceSet {
>   coord USE MYPOINTS
>   coordIndex [
>        3,2,5,-1
>   ]
>  }
> }

I don't know if PV shows what your are expecting but it does not crash.


-- 
  Richard GRENON
  ONERA
  Departement d'Aerodynamique Appliquee - DAAP/ACI
  8 rue des Vertugadins
  92190 MEUDON - FRANCE
  phone : +33 1 46 73 42 17
  fax   : +33 1 46 73 41 46
  mailto:Richard.Grenon at onera.fr
  http://www.onera.fr



More information about the ParaView mailing list