Search the Community
Showing results for tags 'pep'.
-
Hi do I need to include pep library for picking? I added click event bit saw that scene has pointer coardinates window.addEventListener("click", function () { var pickResult = scene.pick(scene.pointerX, scene.pointerY); })
-
Hi, I'm CDN'ing in Babylon 2.4 and I'm wanting to know about pep Do i need to include jquery before i include pep in order for it to be useful like the pep docs say i should ? Thanks.
-
Does anyone know how to use pointer events to detect double-tap and double-click? I'm using the pep.js framework and can't see anything in there. Basically I just want to be able to double-tap my meshes on the screen to select them. The dblClick event runs beautifully on desktop but unfortunately there is no equivalent for mobile devices. I realise I could write my own with a timer but I was hoping to make my code a lot cleaner by using a single event.
- 2 replies
-
- pep
- double-tap
-
(and 1 more)
Tagged with: