I am trying to load my 3D object in android . i tried mat-d's tutorial and it worked. now I am trying to load other object (example a cake with color) that has no image textures. the problem is the object will load but the color will not
min3d loading objects with just colors no texture imgs. color wont load
213 Views Asked by Joshua Mantilla At
1
There are 1 best solutions below
Related Questions in MIN3D
- 3D Model with use of textures [Android]
- OpenGL Transparent Background
- gl_invalid_enum - issue
- Min3d not working with device camera
- How to Pan Zoom in Zoom out Functionality in min3d Android
- min3D is slow in parising loaded OBJ file
- Android App Unintentionally Restarting Tablet
- min3D library - quaternion rotation issue
- get 3d objects name by touching using min3d android
- min3d loading objects with just colors no texture imgs. color wont load
- blender exporting 3d model that works with min3d
- setting color to 3d blender model with min3d library
- How to import min3D in Android Studio?
- min3d Invalid float: ""
- Android 3D Object in Layout
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You mentioned in your question that you don't have an image texture which i am guessing as the mtl file. In min3d you need to put in both the obj file as well as the mtl file in order to load the object correctly. So either you will have to create an mtl file or download another sample which has an mtl file. I have followed the example from mat-d's tutorial and was able to load obj files correctly. Also make sure that you put the jpeg file in the drawable folder and set the path in mtl file correctly.