To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.cad.devOpen lugnet.cad.dev in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 CAD / Development / 9882 (-20)
  Re: Converting Polyline to Mesh
 
(...) the instructions on (URL) this page> when you compiled it? ;-) --Travis (20 years ago, 21-Sep-04, to lugnet.cad.dev, FTX)
 
  Re: Converting Polyline to Mesh
 
(...) OK. If some makes commercial/research software that outputs LDraw format, it'd be good for us to know about... (...) Well, there's also the bit about Triangle wanting *me* to tell *it* about holes in the area to be filled -- that was one of (...) (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: Converting Polyline to Mesh
 
(...) Err, twisted is probably a good call. I followed a few links and did see some with free windows executables, and I thought I saw some that mentioned other "normal" formats like STL and/or DXF? Anyhow, I compiled triangle for windows if you (...) (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: Converting Polyline to Mesh
 
(...) You have a twisted sense of 'lazy'. ;) Or is there something obvious I'm missing? Steve (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: Converting Polyline to Mesh
 
(...) Well, just in case you change your mind on gcc, it really is easy. (URL) Anyway, thanks for the link. Once I have results, I post them somewhere. Speaking of links and firehoses, here's a short list of alternative triangle mesh generators. (...) (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
I forgot a few things. First of all, you'll also need the TCImageFormat class. Second, in TCImage, you'll need to comment out the line that looks like so (unless you want to use my TCBmpImageFormat class): addImageFormat(new TCBmpImageFormat, true); (...) (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: Converting Polyline to Mesh
 
(...) Uh. Wow. Yeah, that should do what I need. If it can fill in Lake Superior, it should handle my little de-rasterized figure. I suspect that using Triangle on my little polygon-filling exercise will be like using a firehose to water a flower (...) (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: Converting Polyline to Mesh
 
(...) Oops, found it. (URL) in case I lose it again: Delaunay, triangle, vectorize, mesh, polyline, voronoi, and tesselate! That oughta do it... Don (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: Converting Polyline to Mesh
 
(...) I coulda sworn I mentioned this here before. (URL) I can't find the reference (something about stained glass window patterns). Oh well. Enjoy, Don (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Converting Polyline to Mesh
 
Heya, Can anyone point me to an algorithm for converting a polyline to a triangle mesh? The polyline must be allowed to be highly irregular - concave, definitely. Maybe not ... ummm ... fully connected. I've been doing some googling, but so far I've (...) (20 years ago, 21-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) Hi Anders, I have not been able to gain access to the source. Do you have any suggestions on how to do it? Thanks, Kevin (20 years ago, 20-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) Both classes are in the TCFoundation directory: TCImage and TCPngImageFormat. To use them directly, you'll also need TCObject and TCAutoreleasePool. However, the only thing they use out of there that I know of is my reference counting stuff, (...) (20 years ago, 20-Sep-04, to lugnet.cad.dev, FTX)
 
  Re: LPub mask generation
 
(...) Hi Travis, I've downloaded LDview, and gotten libpng and zlib built under C++ Builder. What classes do you have for reading and writing PNG files based on libpng. I'd like to give them a look. Thanks, Kevin (20 years ago, 20-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) This project seems pretty old, but you've set me on the right track. PNG provides compression like JPG and no loss of image quality like BMP. Plus POV-Ray supports alpha channel with PNG. These three combined set me off on the task of (...) (20 years ago, 17-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) If you're interested, LDView has two C++ classes that together allow you to write a PNG via libpng. They have the advantage of being much easier to use that libpng itself. Take a look in the LDView source at TCImage.{h,cpp} and (...) (20 years ago, 16-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) I just upgraded to Borland C++ Builder 6, and there is a good PNG library for it. I'll use that and convert LPub over to use PNG (instead of BMP and JPG?). Alpha channel will be nice, allowing for semi-transparency. Kevin (20 years ago, 16-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) LPub is written in Borland C++ Builder, which is the C++ version of Delphi. The programing language is different, but the libraries are the same. I'd like Alpha channel, instead of binary bitmap, because it might provide some help with (...) (20 years ago, 16-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) LPub is written in Delphi, if I'm not misremembering? Have you looked at (URL) can't say I understand all of the code at a quick glance, but it looks like all you have to do is setting the Alpha channel to a suitable value for every pixel, and (...) (20 years ago, 16-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) Careful! A *Windows* color value uses the high bit to indicate that the rest is an index into the 'System Color Palette' and not a RGB value at all (In Delphi you have ColorToRGB() to get the RGB value from such a 'color'). I'm not at all sure (...) (20 years ago, 16-Sep-04, to lugnet.cad.dev)
 
  Re: LPub mask generation
 
(...) What about jpeg 2000? It seems to have some sort of support for alpha channels. Don (20 years ago, 16-Sep-04, to lugnet.cad.dev)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR