Alexander Goryushkin

Results 40 issues of Alexander Goryushkin

After loading the scene from JSON, the `#default-street` element does not have a street component, meaning we cannot change its properties such as showAnimation, sowGround, ...

Add first commit with first task done: toggle global animation in live mode. No, I was wrong. Toggling only works if global animation is enabled by default. But if globalAnimation...

- add shadowCameraAutomatic option with #default-street element for automatic shadow camera sizing - delete shadowCamera parameters

I noticed that in heavy scenes (especially with animation), the main JS thread is sometimes blocked and the image slows down. There are many ways to improve the performance of...

I suggest adding a check to `aframe-streetmix-parser.js`: if the segment type selected in `streemix.net` is not supported, don't try to load it or load the sidewalk segment instead or use...

I noticed that this scene (https://streetmix.net/kfarr/3/3dstreet-demo-street) does not load completely because it uses a segment type that is not supported in 3DStreet: drainage-channel. And it has elevation-level: -2. A support...

add loadFromJSON function to streetmix-loader

I'm updating component to the latests aframe and three.js versions. I wanted to ask for advice. The latest versions of the WorkerPool and KTX2Loader libraries only support the jsm format....

I added a new attribute `data-elevation-posY` to each segment element. This will allow to place new objects through the new Entity panel at the elevation segment level

Added a newScene function to clear the old scene and create an empty scene. Perhaps there is something else to consider in this function, @kfarr ? In the next commits...