mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 14:05:35 +02:00
note
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
|
||||
export const WORLD_SCALE = 1;
|
||||
|
||||
// cm to meter. 二重に適用しないように注意すること。
|
||||
export const cm = (value: number) => value / 100;
|
||||
|
||||
export const TIME_MAP = {
|
||||
|
||||
Reference in New Issue
Block a user