sketchucation logo sketchucation
    • Login
    1. Home
    2. lonherz
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    ⚠️ Important | Libfredo 15.6a introduces important bugfixes for Fredo's Extensions Update
    L
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 1

    lonherz

    @lonherz

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    lonherz Unfollow Follow
    registered-users

    Latest posts made by lonherz

    • RE: [Plugin]FPS Nav

      @ weba and bigjonyz :

      I prefer the y-axis inverted too, and I have obtained this modifying the plugin's code:

      • if you have sketchup opened, close it

      • open the sketchup's "Plugins" folder

      • open the file "FPSNav.rb" in the folder "FPSNav" with a text editor (like notepad++)

      • find this line (about at row 343):

      yRotationTransformation = Geom;;Transformation.rotation(@FPSNav_eye, horizontalAxis, radiansToRotate)
      

      and change it like this:

      yRotationTransformation = Geom;;Transformation.rotation(@FPSNav_eye, horizontalAxis, -radiansToRotate)
      

      (the only difference is a minus before "radiansToRotate")

      • save the file and then open sketchup: now the y-axis should be inverted
      posted in Plugins
      L
      lonherz