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 / 8617 (-20)
  Re: New BFC Spec
 
(...) I'm not sure if there are any others, but the LTrax meta-commands are definitely not in all caps. And, according to Tore (the LTrax author), the LTrax program doesn't treat them as case-sensitive. --Travis (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) All of LDView's rendering code is actually already encapsulated into a static library. It's not a DLL because I decided that having the DLL complicated the LDView distrubution overly much (especially for screen saver support). It wouldn't be (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Gyug has said that LDLite and LDGLite are trying to share code, FWIW... (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Orion Pobursky uses LDGLite as a renderer to generate previews in his Bezier Curve Generator plugin for LDDesignPad. -Tim (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) I missed this bit before. I thought Jake was asking about why I didn't use MLCad for rendering. (...) I agree with this approach, I don't think you should write your own renderer, we don't need YARenderer at this point. Just link them in as (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
<snip> (...) I understood. It is a bug. (...) Yes, well there are numerous windows apps that can render LDraw files quickly on the screen, but just because LPub doesn't support it doesn't mean LPub has a bug. ;-) (...) Running a vote would be cool, (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Looking into other renderers was just a thought of mine. Your requests for pause controls is indicitive of the cost of high quality rendering. For those who do not want to pay that price they have to lay out BIs by hand. I don't have a desire (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Maybe the simple way covers all the needs. (...) Yeah, I just started typing... :) (...) Perhaps I should give a bit more detail. What I mean is even when operations are canceled, or you actually click the "Cancel" button in this dialog, the (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) It's good enough for what I use it for, and it doesn't require POV, and it's way way way way faster. I'd never tie up my PC for two days rendering, that's just unacceptable. (...) Maybe. Read the help on the command line options to se what (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Seems simple enough. (...) Simple also, as long as it is at *every* sub-model. Careful what you ask for. (...) This is about 8 enhancement requests you know. Not just preferences per sub-model, but also global BOM inclusion/exclusion per (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) But is this only comparing MLCad to LDLite? While I would agree that the batch processing abilities seem cool, the quality just doesn't seem to compare if you also factor in MegaPOV to the mix. That being said... am I missing something? There (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Here are a few more ideas: - Basic Pause function (this may be handled just fine by POVRAY, but I'm not that familiar with it. Reason: When you are working off of one machine that I share, either I need to quickly check email, or let my wife (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Oh, I should also note that it's embeddable in batch files, since it has a command line interface. When you have hundreds or thousands of images to render across 30-40 submodels, that's very very important. (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: New BFC Spec
 
(...) Kevin did a pretty exhaustive search for meta command and all of the one's he listed were in all caps. The command word needs to be in all caps, the command parameters don't need to be. (if I'm reading the spec correctly) -Orion (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) If we could figure out a *fast* interface for getting images between a renderer and LPub (fast enough to be interactive like I know Willy wants) then yes. The ideal solution would to be to have one of these renderers as a DLL library that I (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) The reference to LDLite is really a generic reference to renderers other than POV-Ray. I've not done a lot of homework on LDLite, but if it can be an alternative renderer to POV-Ray it has a few advantages including rendering speed (as it is (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Better rendering control. While I use MLCad for model capture and review, I use LDLite as a rendering tool for final instruction images, as it is much more flexible and gives me fine grained control over more things. YMMV. (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) Is this where LDLite might come into play? Jake --- Jake McKee Webmaster- B.I. Portal (URL) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) This may be a dumb question, but what exactly is the benefit of LDLite? From what I have seen (and this is probably wrong) LDLite simply allows you to look at a model in 3D space, much like the 3D view in MLCad. What am I missing? Jake --- (...) (22 years ago, 30-Mar-03, to lugnet.cad.dev)
 
  Re: LPub and Lsynth page for tracking enhancement requests and bug fixes
 
(...) got it! to me "renderer" means raytracing, radiosity ... progs like povray, 3ds, bryce ... sorry for messing up. bye w. (22 years ago, 30-Mar-03, 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