Alexander Goryushkin

Results 71 comments of Alexander Goryushkin

From discord: Kieran Farr: Relevant for global animation at scale https://wizgrav.github.io/three.js/examples/?q=instan#webgl_instancing_morph From https://github.com/mrdoob/three.js/pull/27616 (not yet accepted into three.js library)

this happens because the scope of light.shadow.camera (top/bottom/left/right) does not cover the entire scene. We can make automatically resizing the shadow camera according to the size of the scene or...

I'm thinking about how the user will add street selectors to the component. Other intersection parameters can be changed in the right panel. Another question - is it assumed that...

I'm also going to allow for cases where there are only 2 or 3 streets in intersection. Like this example: https://github.com/3DStreet/3dstreet/blob/main/intersection.html

I propose the following solution to make it possible to change the parameters of the `street` and `streetmix-loader` components after loading a scene from a JSON file. 1. avoid renaming...

Its not possible to do this with box segments. There is no such option to repeat the texture on each segment. But I found another way (with UVs settings) and...

Currently there is a toggle for vehicles in the `street` component. But for this toggle to work now, it is enough to make one change to the code, which I...

This was solved by this PR: https://github.com/3DStreet/3dstreet/pull/448