Skip to content

Commit 6378537

Browse files
committed
test
1 parent 5a7ee3f commit 6378537

File tree

2 files changed

+6077
-0
lines changed

2 files changed

+6077
-0
lines changed

driving/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
roomID: 'testRoom',
2323
model: 'poli',
2424
});
25+
socket.emit('update', {
26+
position:{
27+
x:1,
28+
y:1,
29+
z:1
30+
},
31+
rotation:{
32+
w:1,
33+
x:1,
34+
y:1,
35+
z:1
36+
},
37+
})
2538
socket.on('update', function (data) {
2639
console.log('update')
2740
// console.log("update", data)

0 commit comments

Comments
 (0)