Steven Sabo

Results 22 comments of Steven Sabo

Have you tried using JSON or Collada models as your objects? That would embed the model into your project with an attached attribute table. Then you could manipulate it as...

What sort of model are you trying to render here? You can probably download something close to what you want from a website like [Free3D](https://free3d.com/3d-models/lowpoly),[ TurboSquid](https://www.turbosquid.com), or [BlendSwap](https://www.blendswap.com/). If you...

It sounds like your model is going to be pretty basic. Blender is probably going to be your best bet. Here's as good a place as any to get started:...

2old2die, hmmm I'm not sure what's going on here. Do you have your files hosted anywhere that we could take a look at them?

Another hacky thing you can do is to use the 'Raster>Fill nodata...' tool. If you set a search distance it will interpolate to fill gaps in your DEM but also...

alexv71, have you tried calling `app.scene.updateMatrixWorld();` after you update the position?

I would try calling a function from app.canvasClicked() in the qgis2threejs.js file. You should be able to return the object clicked with the following: ``` var layer = app.project.layers[layerId]; var...

derhoads, there has been a few requests for this sort of feature in the past. I for one am very interested in getting something like this up and running. Can...

@fnorf, I agree. I'm working on a project now that requires a large area to be rendered in low resolution, with an additional, high-resolution, DEM to be layered over a...

Just noting that this is still an issue. I'll look into fixing it for myself in the 2.1 version that was just released and then posting a fix here.