Merge remote-tracking branch 'bp/master'
This commit is contained in:
@@ -230,7 +230,7 @@ void b3GetLinkState(b3PhysicsClientHandle physClient, b3SharedMemoryStatusHandle
|
|||||||
b3Assert(bodyIndex>=0);
|
b3Assert(bodyIndex>=0);
|
||||||
if (bodyIndex>=0)
|
if (bodyIndex>=0)
|
||||||
{
|
{
|
||||||
for (int i = 0; i < 7; ++i)
|
for (int i = 0; i < 3; ++i)
|
||||||
{
|
{
|
||||||
state->m_worldPosition[i] = status->m_sendActualStateArgs.m_linkState[7 * linkIndex + i];
|
state->m_worldPosition[i] = status->m_sendActualStateArgs.m_linkState[7 * linkIndex + i];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -85,7 +85,6 @@ int main(int argc, char* argv[])
|
|||||||
myArgs.GetCmdLineArgument("png_file",gPngFileName);
|
myArgs.GetCmdLineArgument("png_file",gPngFileName);
|
||||||
char fileName[1024];
|
char fileName[1024];
|
||||||
|
|
||||||
int textureIndex = -1;
|
|
||||||
int textureWidth = 128;
|
int textureWidth = 128;
|
||||||
int textureHeight = 128;
|
int textureHeight = 128;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user