Change default env settings
This commit is contained in:
@@ -132,10 +132,10 @@ function loadNodes(nodes) {
|
||||
*/
|
||||
function createSemanticNode(model, id) {
|
||||
// Default/highlight materials for semantic node
|
||||
let matSemDef = new THREE.MeshPhongMaterial({
|
||||
color: '#ecee66',
|
||||
let matSemDef = new THREE.MeshStandardMaterial({
|
||||
color: '#f7e6af',
|
||||
transparent: true,
|
||||
opacity: 0.3,
|
||||
opacity: 0.2,
|
||||
});
|
||||
let matSemHL = ATON.MatHub.materials.semanticShapeHL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user