Pavel Boytchev
Pavel Boytchev
I'm little late to the party. Here is a set of ideas (not necessarily mutually compatible) - Skipping the `templateGeometry `and using the first added geometry as template. Then, all...
I see. Two questions: 1. What is the intended (expected) predominant use of BatchedMesh - for static geometries or for dynamic geometries? 2. By saying "We probably do want users...
The [`posture`](https://boytchev.github.io/mannequin.js/#working-with-postures) property returns a collection of angles in joints. It is used later on to recreate a body posture. The joint positions in world space are not included in...
r160
r161
The problem is with the precision of raycasting of lines. Suica should have a method to set custom precision, as the default one is not always suitable.
Thanks for your proposal. For the time being I'm not looking into replacing the UI of the editor, although buttons with icons might be more appreciated by some users. I...
The eyes and the ears do not exist as separate objects. You can get their global coordinates with the method [.point](https://boytchev.github.io/mannequin.js/#global-position). If you want to use own objects for eyes...
Scaling is available when you use mannequin.js and manually control the figures. The online posture editor has no functionality to modify body sizes. Here is a demo how to scale...
Thanks for the clarification. It's my bad I didn't check the alpha, I was only considering the visual effect. So, in the vec3 interpretation of *background color* both renderers work...