@masatomakino/threejs-interactive-object
    Preparing search index...

    Function resizeCanvasStyle

    • アスペクト比を保ちつつ、canvas要素のスタイルをリサイズする。 canvasの表示サイズのみを変更し、描画サイズは変更しない。 そのため、描画負荷は変わらないので注意。画質の劣化や描画負荷が過剰な場合は、解像度を変更する方法を検討すること。

      Parameters

      • container: HTMLElement
      • canvas: HTMLCanvasElement
      • canvasWidth: number
      • canvasHeight: number

      Returns void