| Joerg Scheurich aka MUFTI 2003-12-04, 1:00 pm |
| ffayy <caofangfrank@yahoo.com> wrote:quote:
> I'm trying to use BS Contact VRML6.1 to display x3d. But everything in
> the scene turned out to be so big. I couldn't change it by altering
> the size or viewpoint.
What occures, if you make something like a big
Transform {
scale 0.0001 0.0001 0.0001
children [
# former world
]
}
around your world ?
If navigation is the problem, you can make the navigation faster with
something like
NavigationInfo
{
speed 100
}
so long
MUFTI
--
Warning: This paper on SETI@home is written for scientists and engineers.
In order to confuse and obfuscate the public, we utilize substantial
technical jargon.
(Vorwort eines technischen Dokuments)
|