| | Model scales? Erwin Chiu
|
| | I have seen some Pov-Ray renderings that a normal scale model placed on a mini or nano scale model, How to do that? I really want to know the way to do it. Can anyone help? Erwin~ (18 years ago, 16-Apr-07, to lugnet.cad)
|
| | |
| | | | Re: Model scales? Orion Pobursky
|
| | | | (...) Hi Edwin, Look in the L3P file for the main model reference. For example: object { _6825_dot_mpd #if (version >= 3.1) material #else texture #end { Color7 } } Now all you need to add is a scale directive (I've indented the original code for (...) (18 years ago, 17-Apr-07, to lugnet.cad)
|
| | | | |
| | | | | | Re: Model scales? Orion Pobursky
|
| | | | | (...) Uhh, I meant Erwin. Sorry. -Orion (18 years ago, 17-Apr-07, to lugnet.cad)
|
| | | | | |
| | | | Re: Model scales? Steve Bliss
|
| | | | (...) You can do this directly in your LDraw model. The most direct way is to open your model file in a text editor (like Notepad). Then add a new line for your reduced-scale model: 1 16 0 0 0 .5 0 0 0 .5 0 0 0 .5 MyHalfScaleModel.ldr The three .5 (...) (18 years ago, 17-Apr-07, to lugnet.cad)
|
| | | | |