GithubHelp home page GithubHelp logo

Comments (21)

aardgoose avatar aardgoose commented on June 26, 2024

As I understand it, the magic mouse only generates left and right 'button' events, I assume that Therion , using X Window is using the emulate 3 button option and detects nearly simultaneous left and right button events to generate a middle button event.

I have put a test version that attempts to emulate this behaviour:
here

Can you test this?

Thanks

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

aardgoose avatar aardgoose commented on June 26, 2024

OK, Thanks for testing.

Which browser(s) did you use?
I'll have to get the retired iMac and have a Magic Mouse.

Angus

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

aardgoose avatar aardgoose commented on June 26, 2024

The test copy now allows you to switch between zoom and tilt with CTRL-E key combination.
Does this work for you?

Angus

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

aardgoose avatar aardgoose commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

aardgoose avatar aardgoose commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

aardgoose avatar aardgoose commented on June 26, 2024

Martin

I suspect that you need to set the config property 'surveyDirectory' to the correct location to find your survey file.

You will probably see a network error in the developer tools network request panel or equivalent. I'll improve the error message so it is more obvious what is going wrong here.

The examples use absolute paths (eg below), so maybe if you are using code from an example in a subdirectory you need to use a relative path.

viewer = new CV2.CaveViewer( 'scene', {
	terrainDirectory: '/terrain/',
	surveyDirectory: '/surveys/'
} );

Angus

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

aardgoose avatar aardgoose commented on June 26, 2024

Hi Martin,

Thanks! You are very welcome to add it to the Therion site. Glad you like it.

Cheers
Angus

from caveview.js.

martinsluka avatar martinsluka commented on June 26, 2024

from caveview.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.