Search found 29 matches
- 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: 55321
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...
- 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: 57700
Re: RUBE Editor can't load data files in High Sierra
me too, ----------> No action registered
- Sat Apr 01, 2017 2:11 pm
- Forum: Useful rubescripts
- Topic: Merge two fixtures
- Replies: 6
- Views: 98969
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&...
- Sat Apr 01, 2017 9:21 am
- Forum: Useful rubescripts
- Topic: Merge two fixtures
- Replies: 6
- Views: 98969
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...
- Fri Aug 26, 2016 4:55 am
- Forum: R.U.B.E discussion
- Topic: How to make lineTexture with line fixture?
- Replies: 6
- Views: 190846
Re: How to make lineTexture with line fixture?
OK, Thank you.
- Thu Aug 25, 2016 10:10 am
- Forum: R.U.B.E discussion
- Topic: How to make lineTexture with line fixture?
- Replies: 6
- Views: 190846
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...
- Thu Aug 25, 2016 8:24 am
- Forum: R.U.B.E discussion
- Topic: How to make lineTexture with line fixture?
- Replies: 6
- Views: 190846
Re: How to make lineTexture with line fixture?
I want to render the Right Angle to like this:
- Thu Aug 25, 2016 8:21 am
- Forum: R.U.B.E discussion
- Topic: How to make lineTexture with line fixture?
- Replies: 6
- Views: 190846
Re: How to make lineTexture with line fixture?
And if the fixture like this, how to render the mesh ?
- Thu Aug 25, 2016 7:04 am
- Forum: R.U.B.E discussion
- Topic: How to make lineTexture with line fixture?
- Replies: 6
- Views: 190846
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.
Can you please give the code of this algorithm ? Thank you very much!
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.
Can you please give the code of this algorithm ? Thank you very much!
- Thu May 19, 2016 9:36 am
- Forum: R.U.B.E discussion
- Topic: How to make hill smoothly ?
- Replies: 3
- Views: 26113
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 ...