felixpalmer

Results 81 comments of felixpalmer

I've updated the [example repo](https://github.com/felixpalmer/procedural-gl-react-example) to show adding an overlay and responding to clicks on features. It works fine for me with an image marker. The relevant part is [here](https://github.com/felixpalmer/procedural-gl-react-example/blob/2dee6c3a19739ffc7753fd3fe38e114b05ace90e/example.js#L25):...

Without seeing what you have in `overlay.js` I can't help debug this. That why it would be useful to be able to take a look at a live example. My...

Hi @GeyerA, I'm sorry but I'm not in a position to test this as I don't have the hardware. i('ll leave the issue open, in case anyone else can help...

All sounds most sensible. If you get to implementing a more performant version, that will be most welcome

I can't reproduce this myself, although this SO question might help you: http://stackoverflow.com/questions/20087804/should-have-subtitle-controller-already-set-mediaplayer-error-android Does the app actually crash? Or does it just log the error message? The answer on SO...

Sorry, I can't repro this, so don't know if I can be much help. Perhaps you could try to post on StackOverflow, with more detailed information? I found this question,...

Very interesting proposal, I like the use of a new `operation` to define the linkage between the terrain and offset layer. - Unlike the mask extension a very common use...

@ibgreen yes I was a bit surprised that there was no mechanism for dealing with URL params in a general way. Thanks for the pointer to https://github.com/visgl/loaders.gl/pull/807/files. One thing that...

@belom88 @ibgreen after reviewing how Cesium does this, I came across: https://github.com/CesiumGS/3d-tiles/issues/484 Rather than adding a new option, I've instead updated the code so that the queryString specified on the...