 | | How to Change Views??? Jeremy Spin
| | | I would like to know how to change views in LDraw? Instead of the 3D view, how can I draw a front, side, or even rear views? Thanks in advance -Jeremy (25 years ago, 17-Jul-00, to lugnet.cad.dat.models)
| | | | | |  | | Re: How to Change Views??? Steve Bliss
| | | | | (...) There's a parameter you have to type on the command line to do this. It gives LDraw the viewpoint figures. It's the -A parameter, and you type it like this: ldraw mymodel.dat -a1,0,0,0,1,0,0,0,1 This example gives you a front view. You can (...) (25 years ago, 17-Jul-00, to lugnet.cad.dat.models)
| | | | | | | | | |  | | Re: How to Change Views??? Jeremy Spin
| | | | | (...) What the other codes for rear, back, 3D views, & top -Jeremy (25 years ago, 14-Aug-00, to lugnet.cad.dat.models)
| | | | | | | | | |  | | Re: How to Change Views??? Terry Keller
| | | | | (...) These are codes are useful for LDraw Add-On, to add to the ldraw.ini file. To use one of these directly on the commadline in LDraw, prefix the letter "-a" on it. For example: the first one "Back" would be -a-1,0,0,0,1,0,0,0,-1 (...) (25 years ago, 14-Aug-00, to lugnet.cad.dat.models)
| | | | | | |