Search found 29 matches

by qq200600
Sat Sep 08, 2018 4:48 am
Forum: R.U.B.E discussion
Topic: Hi, I write a loader for typescript, but not work nomal
Replies: 1
Views: 16978

Hi, I write a loader for typescript, but not work nomal

i use egret engine: https://www.egret.com/en/ , my code is const str = await RES.getResAsync("truck_json") as string console.log(str) this.world = new Box2D.Dynamics.b2World(new Box2D.Common.Math.b2Vec2(0, 10), false) new RubeEditor.Rubeloader().readFromString(str, "", this.world...
by qq200600
Sat Sep 08, 2018 12:52 am
Forum: R.U.B.E discussion
Topic: RUBE Editor can't load data files in High Sierra
Replies: 2
Views: 17071

Re: RUBE Editor can't load data files in High Sierra

me too, ----------> No action registered
by qq200600
Sat Apr 01, 2017 2:11 pm
Forum: Useful rubescripts
Topic: Merge two fixtures
Replies: 6
Views: 34600

Re: Merge two fixtures

Thanks for the mail follow-up qq200600. Looks like the updated version of Angelscript in v1.7.4 is causing this problem. Since the above post does not explain much, the problem is that using the "Join fixtures" script stops without doing anything and the message "Null pointer access&...
by qq200600
Sat Apr 01, 2017 9:21 am
Forum: Useful rubescripts
Topic: Merge two fixtures
Replies: 6
Views: 34600

Re: Merge two fixtures

17:20:12: EditorView::updateObjectsAfterLoad() 17:20:13: onUndoRedo 17:20:13: EditorView::updateObjectsAfterLoad() 17:20:20: created: getVertex(18,0).select(); 17:20:20: created: getVertex(7,16).select(); 17:20:20: onUndoRedo 17:20:20: EditorView::updateObjectsAfterLoad() 17:20:23: buildCustomMenu c...
by qq200600
Fri Aug 26, 2016 4:55 am
Forum: R.U.B.E discussion
Topic: How to make lineTexture with line fixture?
Replies: 6
Views: 176851

Re: How to make lineTexture with line fixture?

OK, Thank you.
by qq200600
Thu Aug 25, 2016 10:10 am
Forum: R.U.B.E discussion
Topic: How to make lineTexture with line fixture?
Replies: 6
Views: 176851

Re: How to make lineTexture with line fixture?

This is a very complex topic and not really one for these forums. I have explained it in as much detail as I intend to in the blog post. The source code is also very complex, and it's not mine to give away. One thing I can comment on though, is that your 'normals' are not correct. They should be ex...
by qq200600
Thu Aug 25, 2016 8:24 am
Forum: R.U.B.E discussion
Topic: How to make lineTexture with line fixture?
Replies: 6
Views: 176851

Re: How to make lineTexture with line fixture?

I want to render the Right Angle to like this:
SmartSelectImage_2016-08-25-16-23-02.png
SmartSelectImage_2016-08-25-16-23-02.png (220.15 KiB) Viewed 176849 times
by qq200600
Thu Aug 25, 2016 8:21 am
Forum: R.U.B.E discussion
Topic: How to make lineTexture with line fixture?
Replies: 6
Views: 176851

Re: How to make lineTexture with line fixture?

And if the fixture like this, how to render the mesh ?
_XWG{ZPP~N(LY~ZN)W))[IW.png
_XWG{ZPP~N(LY~ZN)W))[IW.png (10.05 KiB) Viewed 176849 times
by qq200600
Thu Aug 25, 2016 7:04 am
Forum: R.U.B.E discussion
Topic: How to make lineTexture with line fixture?
Replies: 6
Views: 176851

How to make lineTexture with line fixture?

Hi,@iforce2d:

I have look the algorithm https://www.iforce2d.net/blog/2013-07-20

The WHITE LINE IS FIXTURE!!

I use the normals and mesh. but have some errors.
1.png
1.png (106.87 KiB) Viewed 176850 times
2.png
2.png (114 KiB) Viewed 176850 times
5.png
5.png (117.63 KiB) Viewed 176850 times
Can you please give the code of this algorithm ? Thank you very much!
by qq200600
Thu May 19, 2016 9:36 am
Forum: R.U.B.E discussion
Topic: How to make hill smoothly ?
Replies: 3
Views: 17107

Re: How to make hill smoothly ?

Maybe the 'Smooth vertices' or 'Bevel edges' scripts might be useful? Smooth vertices: https://www.youtube.com/watch?v=K-VzlEtXdJM#t=33m52s Bevel edges: https://www.youtube.com/watch?v=K-VzlEtXdJM#t=37m20s HI, The Smooth line is good. But I have to add Vertexs by Manually, and then use the 'Smooth ...