[Q] converting from Alice models to VRML utf8

Bert Freudenberg bert at isgnw.CS.Uni-Magdeburg.De
Fri Mar 3 15:31:44 UTC 2000


On Fri, 3 Mar 2000, Peter Novak wrote:

> I want to ask if it's possible to convert Alice models for Wonderland actors
> into VRML utf8 format in Squeak. It seems to me that it can be possible,
> still I have problems to do it. The point is, how to convert WonderlandScene
> to VRMLScene. After that it's possible to use VRMLWriter to write it into
> the file.

I guess you'd have to write the conversion yourself.

> I wanted to load some files from Web into the Squeak Wonderland and I
> found that on the Web, there are usually *.wrl files in some strange
> binary form.

These are just gzipped, so you can use "decompress to file" in the file
list or a GZipReadStream.

  -Bert-





More information about the Squeak-dev mailing list