We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ship.zip
private Object3D loadShip(@NonNull Context context) { mSpaceFrigateTexture = new Texture(context, R.drawable.ship); WavefrontModel modelColored = new WavefrontModel.Builder(context, R.raw.ship_1) .addTexture("ship", mSpaceCruiserTexture) .addTexture("cube1_auv", mSpaceCruiserTexture) .create(); Object3D object3D = modelColored.toObject3D(); object3D.setScale(1f, 1f, 1f); object3D.setPos(0, 0, -10); return object3D; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ship.zip
The text was updated successfully, but these errors were encountered: