You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
const material = new LayerMaterial({
color: new THREE.Color(0xff0000),
lighting: 'physical',
});
const cube = new THREE.Mesh(geometry, material.clone());
Wrong Result, Should be red (0xff0000)
And no matter I clone multiple materials, the clone materials always have the same uuid ...
The text was updated successfully, but these errors were encountered:
clone material is not same as origin material
Wrong Result, Should be red (0xff0000)
And no matter I clone multiple materials, the clone materials always have the same uuid ...
The text was updated successfully, but these errors were encountered: