diff --git a/README.md b/README.md index 0b5bfbe..ed3b2b2 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ uv [my] */ - +``` # How to use ``` java ModelRender.java @@ -56,11 +56,10 @@ public static float[] BuildModel( , float mLength, float mWidth, float mHeight/*长 宽 高 */ , Pointer source/*旋转点*/ , float degree,float off)/*角度*/ - +``` # Adjust as needed ``` java model = JSON.parseObject(Rocker.getJsonFromAssets(context,"other"), FastModel.class); - - +```