Subject:
|
Re: Model scales?
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Tue, 17 Apr 2007 00:00:05 GMT
|
Viewed:
|
1894 times
|
| |
| |
In lugnet.cad, Erwin Chiu wrote:
> 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?
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 clarity:
object {
_6825_dot_mpd
#if (version >= 3.1)
material
#else
texture
#end
{
Color7
}
scale <0.5,0.5,0.5>
}
The "scale <0.5,0.5,0.5>" will scale the model by half is size
-Orion
|
|
Message has 1 Reply:
Message is in Reply To:
| | Model scales?
|
| 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)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|