Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the getHingeAngle function is not available on btHingeConstraint #312

Open
kbruneel opened this issue Jul 4, 2020 · 2 comments
Open

the getHingeAngle function is not available on btHingeConstraint #312

kbruneel opened this issue Jul 4, 2020 · 2 comments

Comments

@kbruneel
Copy link

kbruneel commented Jul 4, 2020

Hi,

I've noticed that the getHingeAngle is not available on the btHingeConstraint objects.

btScalar btHingeConstraint::getHingeAngle()

Could somebody give me some more information on how I can resolve this issue?

Many thanks,
Karel

@kbruneel
Copy link
Author

kbruneel commented Jul 4, 2020

In the meantime I found issue #60, but when I try to run

python make.py

I get the following error:

bash-4.2# python make.py

--------------------------------------------------
Building ammo.js, build type: ['-O3', '--llvm-lto', '1', '-s', 'NO_EXIT_RUNTIME=1', '-s', 'NO_FILESYSTEM=1', '-s', 'EXPORTED_RUNTIME_METHODS=["UTF8ToString"]', '-s', 'WASM=0', '-s', 'AGGRESSIVE_VARIABLE_ELIMINATION=1', '-s', 'ELIMINATE_DUPLICATE_FUNCTIONS=1', '-s', 'SINGLE_FILE=1', '-s', 'LEGACY_VM_SUPPORT=1', '-s', 'NO_DYNAMIC_EXECUTION=1', '-s', 'TOTAL_MEMORY=67108864', '-s', 'EXPORT_NAME="Ammo"', '-s', 'MODULARIZE=1']
--------------------------------------------------


==========================
Stage 1: Generate bindings
==========================


=======================
Stage 2: Build bindings
=======================

Traceback (most recent call last):
  File "make.py", line 194, in <module>
    build()
  File "make.py", line 137, in build
    emscripten.Building.emcc('glue.cpp', args, 'glue.o')
AttributeError: 'module' object has no attribute 'Building'

@curisiro
Copy link

@kbruneel hi, I also meet this problem. Do you know how to solve this issue, currently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants