Skip to content

Commit bd7b6f4

Browse files
committed
minor fixes
1 parent d5f0a67 commit bd7b6f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# BabylonJS-EditControl
22
An edit control for use in [BabylonJS](http://www.babylonjs.com/) (a 3D HTML Webgl framework) applications
33

4-
It has been written in Java and transpiled to Javascript using [JSweet](http://www.jsweet.org/) a Java to Typescript to Javscript transpiler. (You can find both typescript and javascript auto generated code [here](https://github.com/ssatguru/Babylonjs-EditControl/tree/master/webapp/js/org/ssatguru/babylonjs/component) in this repository) .
4+
It has been written in Java and transpiled to Javascript using [JSweet](http://www.jsweet.org/), a Java to Typescript to Javscript transpiler.
5+
6+
You can find both typescript and javascript auto generated code [here](https://github.com/ssatguru/Babylonjs-EditControl/tree/master/webapp/js/org/ssatguru/babylonjs/component).
57

68
## About
79
All 3d editors provide a widget to translate, rotate or scale 3d objects in the editor.
@@ -17,7 +19,7 @@ Currently has the following features
1719
* Rotate
1820
* Snap Rotate
1921
* Scale
20-
* Local or Global Translation, Rotation. (Scaling only in local axis)
22+
* Local or Global Translation and Rotation. (Scaling only in local axis)
2123
* Create multiple instances in the same scene with each instance attached to a different mesh
2224
* Scale size of control
2325
* undo, redo

0 commit comments

Comments
 (0)