Nikita Zaytsev

Results 81 comments of Nikita Zaytsev

Hi! I will try to make another approach to using the bones in the following weeks. Unfortunately, it is not as simple as setting the world positions of the objects.

Hi @SimonMarquis! First two requirements are now fulfilled in the latest release. :tada:

Hi, @ThomasGorisse! Do you still need help with the materials?

> I was actually at the point of moving Sceneform material classes to Kotlin. Do you mean in Sceneform or moving them here?

I implemented point cloud rendering in my project using spheres with a transparent unlit material. I add and remove the Filament entities from the scene dynamically and reuse the previously...

> @grassydragon You mean without using Sceneform? Yes, the code only depends on ARCore and Filament but still Sceneform is used in the project for the AR initialization and `ViewRenderables`.

Hi! Yes, we are working on it. I think that the rotation gesture is sometimes confused with the scale gesture. You can find this and other issues here: #91

I'll continue working on it after we resolve issues with Filament picking.

> It is the same issue as in: https://github.com/google-ar/arcore-android-sdk/issues/1170#issuecomment-825339396 I think that explanation there is a little bit wrong. The texture ID points to the OpenGL texture but it is...

> Does that could help you fix the camera manipulator? It actually replaces the Filament camera manipulator. If Filament doesn't accept pull request to it, maybe the only solution is...