This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class TestActivity extends AppCompatActivity { | |
@Override | |
protected void onCreate(@Nullable Bundle savedInstanceState) { | |
super.onCreate(savedInstanceState); | |
setContentView(R.layout.test_activity); | |
RecyclerView recycler = (RecyclerView) findViewById(R.id.recycler); | |
recycler.setLayoutManager(new LinearLayoutManager(this)); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"mesh": { | |
"attributes": [ | |
"a_position", | |
"a_texCoord0", | |
"a_normal", | |
"a_binormal", | |
"a_tangent" | |
], | |
"indices": [ 0, 1, 2, 2, 3, 0 ], | |
"vertices": [ 0, 0, 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 | 3 |
---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foo | bar | |
---|---|---|
1 | 1 | |
1 | 2 | |
1 | 3 | |
1 | 4 | |
1 | 5 | |
2 | 1 | |
2 | 2 | |
2 | 3 | |
2 | 4 |