Karl-Josef Adler

Results 59 comments of Karl-Josef Adler

The Doc comments to compute_flat_normals say: Panics if [`Indices`] are set Did this change? In my code, it panics if Indices are NOT set.

Ah, I see, this Issue is Open, thus not merged in bevy 0.7.0! I use compute_flat_normals. If I use it before set_indices, it crashes. So the doc of 0.7.0 is...

In my case, the 2nd layer has only a BasicColor texture. That may simplify the renderer, but is not an general solution.

Yes, some docs for new and any users of Rend3 would be great. Introduction / Overview: When and now to use Rend3 First steps Chapters for first simple and more...

I do use iOS, ipadOS (and macOS) and could do tests. Just tell me what and how. I did use XCode already (and TestFlight) Could I build the rend3 examples...

As this seems a good and simple start, I had a look into it. In coords.rs for Zoom I added ``` pub fn limit(&mut self, min: f64, max: f64) {...

I need time and help to get used to such complex projects like maplibre-rs. **My 2nd atempt:** I added min/maxzoom:f64 in Style&Default 0/20 (Mapstyle-Error if min>zoom or max

While my comments above should have been in #161, lets start with: Restrict navigation to map bounds - Nord/South Should thee map always fill the window or half of it...

One more thing: Dont't use a projection at all, use a 3D view of the Earth globe. Sould be possible as you already use the 3D rendering.

@maxammann In your Publication [maplibre-rs: toward portable map renderers], the table includes this Rust project: https://github.com/dfyz/osm-renderer It solves text rendering, but not in the GPU, as far as I see....