Subject:
|
Re: My first model,please look
|
Newsgroups:
|
lugnet.cad.mlcad
|
Date:
|
Sun, 31 Dec 2000 22:27:28 GMT
|
Viewed:
|
2809 times
|
| |
| |
Gary,
I don't care for command line parameter either. I created a simple batch
file and called it CONVERT.BAT
There is a variable, so all you type is CONVERT FILENAME
No need for an extension. Also you'll have to change the directories. If
you would like further guidence e-mail me.
Joe
@echo off
cls
set LDRAWDIR=f:\mlcad
Echo This program will convert %1.dat into %1.pov
echo.
echo It will also be moved into the F:\POV-RAY\MODELS directory.
echo ============================================================
echo.
l3p -q3 -f -cg40,55,0 f:\mlcad\models\%1.dat f:\pov-ray\models -o
echo.
echo ============================================================
echo.
echo Conversion process complete.
-q sets the quality level 1=simple, 3 complex. I've tried higher but no
difference
-f includes a floor
-cg sets the x,y,z of the camera
-o ovewrites the previous file automatically
In lugnet.cad.mlcad, Gary Blessing writes:
> In lugnet.cad.mlcad, Brad Hamilton writes:
> > That's nice.
> >
> > Have you considered rendering it with POV-RAY? This is a free program that
> > is relatively easy to use and provides much better display than MLCAD. You
> > still use MLCAD for all the editing, but then you run POV-RAY to create a
> > nicer display.
> >
> > You must use a program called L3P to convert from the LDRAW .dat format to
> > the POV-RAY (.pov) format. I use a wrapper called LP3AO that provides a
> > windows interface to L3P. Look on Lugnet.cad.dev for more info on this.
> >
> > The other information about using POV-RAY can be found on www.ldraw.org.
> >
> > Brad
>
> Hi,
> I downloaded POV-RAY and didn't exactly understand it,its the type of
> program where most comands are type written,I'm not verry good at that and I
> don't like it either. I know the model would look great because the original
> model was done that way.I have a couple of other models that I will be
> putting up on the site this next month,I'll post a message when they're up.
>
> Cheers
> Gary
|
|
Message is in Reply To:
| | Re: My first model,please look
|
| (...) Hi, I downloaded POV-RAY and didn't exactly understand it,its the type of program where most comands are type written,I'm not verry good at that and I don't like it either. I know the model would look great because the original model was done (...) (24 years ago, 30-Oct-00, to lugnet.cad.mlcad)
|
10 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|