Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] Message from Dylan


Chronological Thread 
  • From: "Steven G. Parker" <sparker@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [MANTA] Message from Dylan
  • Date: Wed, 14 Jun 2006 15:13:18 -0600

This message from Dylan was bounced because majordomo is crazy about e-mails that begin with the word "help"...

Steve


From manta-owner@sci.utah.edu Tue Jun 13 22:20:34 2006
Received: from sci.utah.edu (collabsrv2.sci.utah.edu [155.98.16.24])
        by tang.sci.utah.edu (8.12.10/8.12.9) with ESMTP id k5E4KYHK024461
        for <manta@tang.sci.utah.edu>; Tue, 13 Jun 2006 22:20:34 -0600
Received: from mail-svr1.cs.utah.edu ([155.98.64.241] verified)
  by sci.utah.edu (CommuniGate Pro SMTP 5.0.9)
with ESMTP id 998662 for manta@sci.utah.edu; Tue, 13 Jun 2006 22:20:34 -0600
Received: from localhost (localhost [127.0.0.1])
        by mail-svr1.cs.utah.edu (Postfix) with ESMTP id 0486C65007A
        for <manta@sci.utah.edu>; Tue, 13 Jun 2006 22:20:34 -0600 (MDT)
Received: from mail-svr1.cs.utah.edu ([127.0.0.1])
by localhost (mail-svr1.cs.utah.edu [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 26474-02 for <manta@sci.utah.edu>;
 Tue, 13 Jun 2006 22:20:28 -0600 (MDT)
Received: from [192.168.0.101] (24-205-137-67.dhcp.psdn.ca.charter.com [24.205.137.67])
        by smtps.cs.utah.edu (Postfix) with ESMTP id B80EB650071
        for <manta@sci.utah.edu>; Tue, 13 Jun 2006 22:20:28 -0600 (MDT)
Message-ID: <448F8E8B.1010506@cs.utah.edu>
Date: Tue, 13 Jun 2006 22:20:27 -0600
From: Dylan Lacewell <lacewell@cs.utah.edu>
Reply-To: lacewell@cs.utah.edu
User-Agent: Mozilla Thunderbird 1.0.7 (X11/20060417)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: manta@sci.utah.edu
Subject: help with gridded group
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: amavisd-new at cs.utah.edu

Hi folks,

As an experiment, I modified the objviewer scene to use a GriddedGroup
instead of a BVH.  I got it to build, but I see huge stairstep artifacts
along one side of the test object (a cube), while the other side looks
good.  Any thoughts?

http://www.cs.utah.edu/~lacewell/broken_cube.png

The grid prints out the correct bounding box; just to check, here it is
with the "-bounds" option enabled:

http://www.cs.utah.edu/~lacewell/bounds_cube.png

Input obj file:
http://www.cs.utah.edu/~lacewell/cube.obj

Session:

% bin/dm_demo -scene "lib/libscene_gridobjviewer.so( -file
/home/wally/models/cube.obj -cellfactor 1.0 -lambertian)"

Using 1 workers plus one gui thread.
Min: -0.5 -0.5 -0.5  Max: 0.5 0.5 0.5  translate: 0 0 0
Total triangles added: 12
Grid: Bounding box -0.5 -0.5 -0.5 : 0.5 0.5 0.5
1. Initializing grid
2. Count objects
3. Count cells
4. Allocating 108 list entries
5. Filling in lists
6. verifying grid
GriddedGroup: 12 objects, targeted cells: 12, actual cells: 27, 3x3x3,
built in 0.000258 seconds
Warning resize is broken.

Thanks,
Dylan






Archive powered by MHonArc 2.6.16.

Top of page