POV-Ray : Newsgroups : povray.general : Beta test version of the new mesh compressor program : Re: Beta test version of the new mesh compressor program Server Time
4 Aug 2024 00:18:09 EDT (-0400)
  Re: Beta test version of the new mesh compressor program  
From: Jim Charter
Date: 14 Dec 2003 17:31:40
Message: <3fdce4cc$2@news.povray.org>
Warp wrote:
>   Have you tried with the beta2 version of the program yet?
> 
I have done some further testing of the program and there seems to be a 
further problem.

The pcm files generated do not seem to parse properly in POV

If I wrap the pcm mesh as an object:
#include "pcm.mcr"
object { read_mesh ( filename.pcm ) texture... }

it will not parse

" } found, object expected "

If I wrap the pcm mesh as an union:
#include "pcm.mcr"
union { read_mesh ( filename.pcm ) texture... }

It will parse but will not display

The test files are in p.b.s-f.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.