lookto initial view

  • I used this like this:

    Code
    <action name='home'>
      copy(hlookat,scene.hlookat);
      copy(vlookat,scene.vlookat);
    </action>


    and it did not change view at all.

    But this is being working:

    Code
    <action name='home'>
      lookto(0,0,.27,smooth(11,.1,11));
    </action>


    But the .27 value should be got automatically by a method or function.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!