Volodymyr Vyshko

Results 2 issues of Volodymyr Vyshko

Hi, If i create an object with a ``` const testObject = Body.create({ parts: [body], }) ``` Then a body.angle is always 0, even if testObject actively rotating. This is...

feature-request
need-more-info

I am using Vite/Rollup for nest.js app bundling. Here the config file: ``` import { defineConfig } from 'vite'; import { VitePluginNode } from 'vite-plugin-node'; import path from 'path'; export...