mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
add point information to models picking log
This commit is contained in:
parent
6817c66cca
commit
a85911b5c4
1 changed files with 2 additions and 0 deletions
|
|
@ -197,4 +197,6 @@ function printPickInfo(model, rayCastData) {
|
|||
console.dir(model);
|
||||
console.log("PICK RAYCAST INFO:");
|
||||
console.dir(rayCastData);
|
||||
let pt = rayCastData.point;
|
||||
console.log('POINT: ' + pt.x + ', ' + pt.y + ',' + pt.z);
|
||||
}
|
||||
Loading…
Reference in a new issue