Hamza Hajji

Results 21 comments of Hamza Hajji

I would also like to know, it throws me an error with npm 5.6.0, but it works perfectly with yarn

I'd also like to know, this has probably been brought up before, @insin

I used 2.4.2-beta-20, now they have white borders ![image](https://github.com/xeokit/xeokit-sdk/assets/26790341/61cf9214-b710-4d4c-a48e-009250e9416a)

@xeolabs the original issue wasn't with the edges, it's about entities with `opacity=0` not being filled when selected, it actually used to be filled in version 2.3.9 ![image](https://github.com/xeokit/xeokit-sdk/assets/26790341/29f30df8-8298-4280-8dc0-3bae8c5b3508)

@paireks yeah they can be null, but since the marker's position is correct, shouldn't the entity not be null?

@paireks you're right, the issue only occurs when you snap (pointer is green)

@paireks @xeolabs I'd like to fix the issue locally and create a PR, but the build scripts doesn't work for me locally ![image](https://github.com/xeokit/xeokit-sdk/assets/26790341/97e05a3a-98bf-4bcd-95b1-4ffb6b08b683)

Hi Michał, thanks for your response, about the motivation: based on your linkedin post ([https://www.linkedin.com/posts/xeolabs_testing-xeokits-upcoming-dynamic-model-realign[…]tm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy](https://www.linkedin.com/posts/xeolabs_testing-xeokits-upcoming-dynamic-model-realignment-activity-7110373711429410816-FVIu?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)) we would like to listen the event when a user moves a model to align...

@paireks thanks for your response, it seems in the rotation setter, you use an XYZ order when setting the quaternion ```js // Mesh.js set rotation(value) { this._rotation.set(value || [0, 0,...

@MichalDybizbanskiCreoox won't this line override my quaternion value? https://github.com/xeokit/xeokit-sdk/blob/master/src/viewer/scene/mesh/Mesh.js#L490 ```js math.quaternionToEuler(this._quaternion, "XYZ", this._rotation); ```