naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
785 stars 206 forks source link

interface #111

Closed MayLkn closed 1 year ago

MayLkn commented 1 year ago

Hello, can you tell me the code location of the three yellow circles on the homepage? I want to change the colo

naurril commented 1 year ago

here

MayLkn commented 1 year ago

Referen Thank you. Thank you for your response

MayLkn commented 1 year ago

May I ask how to choose the code of this color

naurril commented 1 year ago

change the color value 0x888800

 var box = new THREE.LineSegments( bbox, 
            new THREE.LineBasicMaterial( { color: 0x888800, linewidth: 1, opacity: 0.5, transparent: true } ) );    
MayLkn commented 1 year ago

change the color value 0x888800

 var box = new THREE.LineSegments( bbox, 
            new THREE.LineBasicMaterial( { color: 0x888800, linewidth: 1, opacity: 0.5, transparent: true } ) );    

Thank you. Thank you for your response