« Return to Thread: [brlcad-tracker] [ brlcad-Bugs-3477110 ] Error rendering or exporting a DSP

[brlcad-tracker] [ brlcad-Bugs-3477110 ] Error rendering or exporting a DSP

by SourceForge.net :: Rate this Message:

| View in Thread

Bugs item #3477110, was opened at 2012-01-21 14:58
Message generated for change (Comment added) made by brlcad
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=640802&aid=3477110&group_id=105292

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: Alan Cox (alancox)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error rendering or exporting a DSP

Initial Comment:
This was done as  a test to try and get it to work - stl export and render produce errors of them

> ERROR: NULL vertex_g pointer,
> file /home/jordi/Escriptori/brlcad-7.20.4/src/librt/primitives/nmg/nmg_mod.c,
> line 1404

the block itself does contain holes, it's just random bits as a 50x50 grid (attached)




----------------------------------------------------------------------

>Comment By: Sean Morrison (brlcad)
Date: 2012-06-04 07:38

Message:
Note you shouldn't *have* to do add the low-pass offset.  It obviously
should just work to have holes and does work for some hole configurations.
Our tessellation library is even intentionally built around supporting
n-manifold geometry with arbitrary holes.

The DSP implementation, however, was originally written without holes in
mind so it's taken (and will continue to take) some time to find all the
generalizations that are needed for arbitrary inputs.  We need a regression
test that covers all configurations of a 5x5 (or larger) and then make sure
they're all handled correctly (raytrace and conversion).

----------------------------------------------------------------------

Comment By: Sean Morrison (brlcad)
Date: 2012-06-04 07:24

Message:
The problem is almost certainly related to the holes.  If you make sure the
input values are all any non-zero value, it should work just fine.  If you
need the holes, you can subtract an intensity level with an arb8/rpp
afterwards though that might still lead to export problems (but should
render fine).

----------------------------------------------------------------------

Comment By: Tom Browder (tbrowder2)
Date: 2012-06-04 07:09

Message:
Alan, can you attach the TGM that uses the dsp map?

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=640802&aid=3477110&group_id=105292

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Tracker mailing list
brlcad-tracker@...
https://lists.sourceforge.net/lists/listinfo/brlcad-tracker

 « Return to Thread: [brlcad-tracker] [ brlcad-Bugs-3477110 ] Error rendering or exporting a DSP