|
@@ -85,7 +85,6 @@ export class SceneService implements OnModuleInit {
|
|
try {
|
|
try {
|
|
if (typeof message === 'string') {
|
|
if (typeof message === 'string') {
|
|
const msg: RTCMessageRequest = JSON.parse(message);
|
|
const msg: RTCMessageRequest = JSON.parse(message);
|
|
- console.log('msg', msg);
|
|
|
|
switch (msg.action_type) {
|
|
switch (msg.action_type) {
|
|
case ActionType.rotate:
|
|
case ActionType.rotate:
|
|
console.log('rotate', msg);
|
|
console.log('rotate', msg);
|