sketchucation logo sketchucation
    • Login
    1. Home
    2. antonksky
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Groups 1

    antonksky

    @antonksky

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

    antonksky Unfollow Follow
    registered-users

    Latest posts made by antonksky

    • Control Sketchup using your iPad

      Hey Guys,

      Check out this app featured on techcrunch, you have camera controls and modeling ability from your ipad.

      http://techcrunch.com/2011/10/12/maide-turns-your-ipad-into-a-3d-controller/

      here is a demo on youtube:

      posted in Plugins
      A
      antonksky
    • RE: View.guess_target algorithem?

      The zoom tool (magnifying glass invoked by the Z shortcut) does not zoom to where the mouse courser is, it zooms to the guessed target.

      The orbit has a vertical and a horizontal axis of rotation. The vertical axis is always in the z direction going through the origin. The horizontal axis is always in the camera x axis direction going through a point which is new every time a mouse is clicked...that point is the guess target I think...that said, the guess target might be a function of some bounding box.

      posted in Developers' Forum
      A
      antonksky
    • RE: View.guess_target algorithem?

      An intersection with a geometry and a ray shot from the camera eye seems like a reasonable assumption. There are several possible uses for a guess target. I think some of the Camera tools in sketchup (zoom, orbit and such) are using the guessed target to know where to zoom or to figure out the vertical axis of rotation.

      posted in Developers' Forum
      A
      antonksky
    • View.guess_target algorithem?

      I was wondering if anybody knows how the View.guess_target works? What is the algorithm of guessing the target?

      posted in Developers' Forum
      A
      antonksky
    • RE: SketchUp Orbit Tool

      Working on a viewing/walk though/demo plugin. It will allow to create a walk through path and several other options. One of the options is an orbit path. If the center of the orbit is not specified I want it to do whatever sketchUp does.

      posted in Developers' Forum
      A
      antonksky
    • SketchUp Orbit Tool

      Does anybody know what exactly the native sketchup orbit tool does? I am trying to emulate it programmatically by applying a rotation transformation around the camera left or up vector (depending on the required direction) with the origin being at the camera target, this is what makes sense to me for the orbit, but it is not what the sketchup orbit is doing.

      So what exactly is it orbiting around?

      posted in Developers' Forum
      A
      antonksky