mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
659e869b86
pybullet: move data to pybullet_data package, with getDataPath() method
7 lines
116 B
Python
7 lines
116 B
Python
import pybullet as p
|
|
import os
|
|
|
|
def getDataPath():
|
|
resdir = os.path.join(os.path.dirname(__file__))
|
|
return resdir
|