Sven Neumann

Results 15 comments of Sven Neumann

Is there a workaround currently for at least drawing polylines below billboards? I'm implementing my own z-ordering where I can, but I don't know how to interact with the render...

Well, just create an entity with a billboard image and a path. The project I'm working on: http://rolexmiddlesearace.com/trackerpt/ If you tilt the camera back and forth you see that the...

Thanks, I'll try that. Is there an easy method to have an icon align horizontally with the ground, rather then vertically with the plane of the camera? As you can...

I just got it to work, and it was missing two dependencies: `moment` and `react-sizeme`. I guess it's an easy fix to update the package.json file.

I have the same issue. My requirements output is: c:\gitroot\ctcmobile>cordova requirements android Requirements check results for android: Java JDK: installed 1.8.0 Android SDK: installed true Android target: installed android-30,android-29,android-28 Gradle:...

It's there, I can execute bat files just fine, but the script never tries to.

Hmm, in the meantime, I have been able to get it to work both in WSL/Ubuntu and on the windows side on the same machine. I think it mostly boiled...

Ok, it's getting weirder. I started a new project, and it has that problem. Then the old project wouldn't build. But removing the android platform and adding it worked and...

Personally, I am building tools for our asset pipeline. Such as automatically extracting sub-SVGs by ID into their own file together with positioning information, etc.

It was a call to `.getBBox()` on an svg element that contained an element with a `xlink:href="..."` property.