feat: implement selection
This commit is contained in:
@ -22,3 +22,12 @@
|
||||
<MeshLineMaterial color="red" linewidth={1} attenuate={false} />
|
||||
</T.Mesh>
|
||||
{/each}
|
||||
|
||||
<style>
|
||||
.wrapper {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
background: white;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user