This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
mirror of
https://github.com/bulletphysics/bullet3
synced
2025-01-07 08:10:08 +00:00
Code
Issues
Releases
Wiki
Activity
b925988821
bullet3
/
examples
/
pybullet
/
gym
/
pybullet_data
/
__init__.py
7 lines
98 B
Python
Raw
Normal View
History
Unescape
Escape
pybullet a bit more refactoring, moving around files. pybullet: move data to pybullet_data package, with getDataPath() method
2017-08-28 01:08:46 +00:00
import
os
add yapf style and apply yapf to format all Python files This recreates pull request #2192
2019-04-27 14:31:15 +00:00
pybullet a bit more refactoring, moving around files. pybullet: move data to pybullet_data package, with getDataPath() method
2017-08-28 01:08:46 +00:00
def
getDataPath
(
)
:
add yapf style and apply yapf to format all Python files This recreates pull request #2192
2019-04-27 14:31:15 +00:00
resdir
=
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
)
)
return
resdir
Reference in New Issue
Copy Permalink