Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MCfire-miracle authored Jan 19, 2022
1 parent 816c033 commit 6faf753
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ uv [my]
*/

```
# How to use
``` java
ModelRender.java
Expand All @@ -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);


```


0 comments on commit 6faf753

Please sign in to comment.