Erwin Coumans
|
127b82ec1b
|
expose texture unique id after loading URD file, so you can restore to the original texture after changing it to a custom texture. See also getTextureUid.py example.
|
2018-07-08 11:23:12 +02:00 |
|
erwincoumans
|
06a23ecd6d
|
PyBullet TinyRenderer, fix cylinder (don't add caps like a capsule), also convert colors stored in visual shapes, if needed.
|
2018-05-10 18:37:48 -07:00 |
|
Erwin Coumans
|
380e59be6a
|
explicit cast from double to float in TinyRendererVisualShapeConverter plugin
|
2018-04-04 16:34:28 -07:00 |
|
Erwin Coumans
|
bddbb3f9dd
|
TinyRenderer color pick: fix out-of-bounds issue
|
2018-01-25 16:02:47 -08:00 |
|
erwincoumans
|
a92423b6f7
|
minor clarification in UrdfRenderingInterface
|
2018-01-21 11:15:35 -08:00 |
|
erwincoumans
|
329a1f5a74
|
PyBullet: move TinyRenderer into a plugin, default statically loaded. You can also dynamically load a render plugin, as shown in renderPlugin.py example. premake has a way to compile the tinyRendererPlugin.
|
2018-01-17 12:48:48 -08:00 |
|