Search found 13 matches

by sijieshuai
Mon Aug 15, 2016 10:17 am
Forum: Bug reports
Topic: item properties do not display
Replies: 1
Views: 23950

item properties do not display

On MAC mini (Late 2012), OS X EI Capitan Version 10.11.5 All R.U.B.E Versions After 1.6.1 have the same problem: When you select an item from the item list, the item properties do not display, if you want to display them, you must select the item from the main scene, just as the image shows below: h...
by sijieshuai
Tue Apr 14, 2015 10:57 am
Forum: R.U.B.E discussion
Topic: Where can I get your mech.rube scene file?
Replies: 1
Views: 6647

Where can I get your mech.rube scene file?

Hi, iforce2d. I have watched your video named RUBE editor v1.7 updates. I am very interested in the robot at the end of the video. And from the video I know the file name of the robot is mech.I want it, so, where can I get the file or could you send it to me? My e-mail: yydssj@gmail.com, Thanks very...
by sijieshuai
Fri Mar 21, 2014 5:40 am
Forum: Box2D tutorial discussion
Topic: Can you give some clue about this?
Replies: 0
Views: 50625

Can you give some clue about this?

Today I got this assertion failed report information: Assertion failed: (pointCount > 0), function b2ContactSolver, file /Users/shuaisijie/Documents/my_work_space/MyProjects/cocos2d-x-2.2/external/Box2D/Dynamics/Contacts/b2ContactSolver.cpp, line 71. If you have ever seen this Assertion failed repor...
by sijieshuai
Fri Aug 09, 2013 10:09 am
Forum: R.U.B.E discussion
Topic: The Same .json File, but Different Results.
Replies: 1
Views: 5175

The Same .json File, but Different Results.

I have a .json file exported by R.U.B.E, and I ran it on my device(iPhone), but I got different result animations on R.U.B.E and my device. I suspected that the different time steps size leaded to those. So, I want to know the time step size you used in R.U.B.E, and any other reasons for the differe...
by sijieshuai
Mon Jun 24, 2013 5:22 am
Forum: Bug reports
Topic: Bugs in JSON loader
Replies: 1
Views: 6371

Bugs in JSON loader

The member functions : void b2dJson::readIntoWorldFromValue(b2World *world, Json::Value worldValue); void b2dJson:: readIntoWorldFromString(b2World *world, Json::Value worldValue); void b2dJson:: readIntoWorldFromFile(b2World *world, Json::Value worldValue); in b2dJson.cpp have return values in the ...
by sijieshuai
Mon Jun 24, 2013 2:04 am
Forum: R.U.B.E discussion
Topic: How to modify the original position of body safely?
Replies: 4
Views: 10125

Re: How to modify the original position of body safely?

I am sorry, maybe you misunderstood me because of my incorrect description. Actually, I want to let JSON loader create the bodies at x0 + t , not create at x0 and then translates them to x0 + t , Because "create and translate" is low performance. Can this one works safety?: bodyDef.positio...
by sijieshuai
Sun Jun 23, 2013 9:46 am
Forum: R.U.B.E discussion
Topic: How to modify the original position of body safely?
Replies: 4
Views: 10125

How to modify the original position of body safely?

Excuse me, I'm back again. :D The general steps to create a game world by R.U.B.E, I think, are setup every thing in R.U.B.E scene and import them to customer's project. Now my requirement is, for example, create a character A(A contains anything, such as bodies, fixtures, images and joints) in R.U....
by sijieshuai
Sun Jun 23, 2013 5:39 am
Forum: R.U.B.E discussion
Topic: How to import a body set from another b2dworld?
Replies: 2
Views: 8228

Re: How to import a body set from another b2dworld?

I followed your method, and now it works!!! Thank you!
by sijieshuai
Sat Jun 22, 2013 6:49 am
Forum: R.U.B.E discussion
Topic: How to import a body set from another b2dworld?
Replies: 2
Views: 8228

How to import a body set from another b2dworld?

I have two b2dworlds created by RUBE and I exported their corresponded json files. I loaded the b2dworld A's json file to create my world in my project, and now I want to import a character which has some bodies, fixtures and joints from b2dworld B to A. Is there some easy method to do this? Please ...