I exported a 3d model with materials from blender to the format in *.glb(binary). I will import this file into Godot and then inherit the scene. In my project, I put the Clear Color mode in the background, and set the ambient color to black. I install a camera next to my object and direct the light at the object. I run it on my PC and all the materials are displayed normally, but when I run it on android, the materials turn black. It only helps to remove the check mark from mipmaps, but this is not a solution, as performance drops. I have Godot 3.5. How to make mipmaps display correctly on mobile phones when importing from glb.
I'm having a problem with the stuff in my Godot mobile game
122 Views Asked by N.Maxim At
0
There are 0 best solutions below
Related Questions in GODOT
- Godot engine collision with KinematicBody doesn't work
- Godot - set_fixed_process function
- Godot Keyboard Events
- Godot - Using 2D Sprite Animation
- Perlin noise gdscript error
- Godot - Check if Controller connected or not
- Godot - Object doesn't stop when colliding with other object
- Godot - Check if Slider is being hovered over
- Godot - Changing the scene
- Having multiple Nodes2D in a scene or having none - Godot
- Kinematic object does not detect any collisions - Godot
- Paint tilemap around the player
- Godot - Ingore Windows (OS) scalling
- GDScript String format with an array
- I want to install an older godot engine
Related Questions in GLTF
- Trying to convert .dae file to .gtlf file so I can use with cesium 3d model
- how to load gltf in three JS
- How to update threejs morph targets from blender GLTF shape keys
- How to attach an camera to a bone/vertices on a model without affecting its rotation? (A-Frame)
- Use JavaScript arrays instead of loading OBJ or GLTF in three.js for performance
- Vertex Colors from imported glTF in three.js
- Three.js: FBX bones rotate correctly, while GLTF bones rotate bizarrely
- Unexpected token < in JSON at position 0 - glTFLoader in Three.js and Vue app
- How to change .gltf buffer uri in react?
- GLTF Object loading but not showing up
- Android gltf-Viewer with Morph-targets and animations
- How support +Y up in glTF?
- A-frame gltf could not found
- How do I load GLTFLoader from a cdn THREE.js
- A-Frame Asset Management System blocks JavaScript code
Related Questions in OPENGL-ES-3.0
- OpenGl ES 3.0 Context not created on iPad (works in Simulator)
- sample depth from default frame buffer? (GL ES 3)
- sRGB Framebuffer on OpenGL ES 3.0
- Opengl ES 3.0 shader functions unimplemented on Nexus 5/KitKat 4.4
- Android EGL sRGB default renderbuffer
- OpenGL ES3 framebuffer draw depth in red scale
- OpenGL ES3 Shadow map problems
- OpenGL ES3 framebuffer generated is completely ignored
- Performance boost for glReadPixels in Android by OpenGL ES 3.0
- How do I declare the OpenGL version in shaders on Android?
- GLFW create multiport
- GLKViewDrawableMultisample4X is not working
- Real time OpenGL ES raytracing\raycasting on iOS with transform feedback?
- OpenGL ES 3 (iOS) texturing oddness - want to know why
- OpenGL ES 3.0 half float (R16F) textures
Related Questions in MIPMAPS
- How to load images from mipmap folder programmatically?
- Direct3D9: after enabling mipmaps my texture coordinates seem to be wrong
- OpenGL ES | Access mipmap array
- Why does mipmapping give me barely any performance increases?
- OpenGL glGeneratemipmap and Framebuffers
- Out of Memory Error when Loading Images from Mipmap folder
- Using mipmaps results in garbage textures
- Where is GL_TEXTURE_MIN_LOD on the iPhone?
- glGenerateMipmap- identifier not found?
- Blank texture when disabling mipmaping?
- How to create textures from large images in opengl (bigger than the MAX_TEXTURE_SIZE)
- Weird mip map related issue using SOIL - OpenGL
- Performance boost due to mipmapping
- Directx 11.2 mipmaps with SharpDX?
- OpenGL ES 2.0 zooming at multiple resolutions
Related Questions in GODOT3
- Apply GUI Mouse Filters to Touch Input
- I'm having a problem with the stuff in my Godot mobile game
- Can I trigger "(Re)Import Assets" from plugin code in Godot?
- How to take a screenshot beyond the viewport?
- How can I rotate the position of the tiles in a tile map without rotating the textures
- Invalid get index in Godot
- Is there any way in Godot 3.5.x to round corners of images?
- How to get collision/overlapping points between 2 Area2D nodes?
- Godot - import animation files from web in runtime
- I'm new to gdscript and I'm working on a ping pong game project, with touch as input type. I'm not able to Move the kinematicBody2D(paddle)
- Don't move tiles at board puzzle at godot 3.5.2
- Issue with exporting to android from Godot 3.5.3
- How do i check for specific collisions in godot in only the code?
- KinematicBody2D direction/rotation towards finger touch in Godot 3
- Light occlusion Godot
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 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?