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

    designer3d

    @designer3d

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

    designer3d Unfollow Follow
    registered-users

    Latest posts made by designer3d

    • OpenGL Data?

      Hi, i have been using Lua with OpenGL recently and it takes a format like this for the models/shapes/surfaces -

      -- Right face
      gl.TexCoord( 0, 0 ) gl.Vertex( 1, 1, 1 )
      gl.TexCoord( 0, 1 ) gl.Vertex( 1, -1, 1 )
      gl.TexCoord( 1, 1 ) gl.Vertex( 1, -1, -1 )
      gl.TexCoord( 1, 0 ) gl.Vertex( 1, 1, -1 )
      

      etc... which would be one face of a cube for example. So i was wondering if there is any exporter script or quick way i could get similar values to the TexCoord and Vertex values used in this example?

      posted in Newbie Forum sketchup
      D
      designer3d
    • RE: Plugins - From menu to button?

      Thanks, i want this mainly for the plugins added to the menus as some of the tools i use most don't have buttons. Looking at the code quickly it seems built for the default tools but still very useful and hopefully i can adjust it to work with plugins also by adding new code and icons to the folders it has.

      Many thanks πŸ˜„

      posted in Newbie Forum
      D
      designer3d
    • Plugins - From menu to button?

      Hi,

      I was just wondering as i have seen some plugins use a toolbar, is there a simple code snippet/method i can use to turn menu items into buttons i can have on the GUI instead?

      I am not new to coding but i don't know much ruby code yet so any help would be great, thanks.

      posted in Newbie Forum sketchup
      D
      designer3d
    • RE: Manipulator Tools?

      Wow, thanks for the quick reply's everyone. The Combin Editor addon looks like it does what i wanted. πŸ˜„

      posted in Newbie Forum
      D
      designer3d
    • Manipulator Tools?

      Hi,

      Is there any way to have a manipulator tool similar to blenders?

      301 Moved Permanently

      favicon

      (wiki.blender.org)

      I cannot find any way to show a manipulator tool or see and adjust positions with values in the free version. Is there any addons for this maybe?

      posted in Newbie Forum sketchup
      D
      designer3d