Alexander Goryushkin

Results 79 comments of Alexander Goryushkin

Hi! I dont have write permission to create branch and PR, could you please give it to me? Thanks

> Also I think it should be possible to reuse the loaders in aframe's `gltf-loader` system, which would improve performance. Did you mean `gltf-model` system? By the way, I didn't...

Here is my PR with updating changes: https://github.com/3DStreet/aframe-loader-3dtiles-component/pull/1 I would appreciate it if you would take a look at it. Now the example with google 3d tiles works well from...

So far, these are my conclusions from what I saw in StreetPlan. - In terms of StreetPlan JSON structure, it is basically similar to the streetmix structure. I think it's...

First version: https://github.com/3DStreet/3dstreet/pull/503 Streetplan project: ![image](https://github.com/3DStreet/3dstreet/assets/32197767/d93d2d69-ce0e-49ac-99f5-349910890521) 3DStreet variant (without buildings yet): ![image](https://github.com/3DStreet/3dstreet/assets/32197767/9bbea301-5539-4f70-8e15-d677bf9b67e0)

There are several issues to discuss. How to present some options from Streetplan in 3DStreet: 1. Sideways. Streetplan has empty, 1 man, 2 man, 3 man options, ... In Streetmix/3DStreet...

I looked at the code a little and discovered that when returning from another tab, the time is not counted, since the `activeInstances` array (elements with applied animation) is always...

> * I'd like the ability to manually specify location of objects without animation changing them > * I don't want animation if enabled in the future to modify the...

I think that understood these points. I'm creating an 'animation-object' component for an object where animation can be disabled. At the same time, I also create an 'animation-segment' component for...