The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Hello, it's me again !

So, I have a new problem with textures this time !

I explain :

I've an element Area 3D with the following tree :

AREA3D
-- SPRITE3D
-- CollisionShape3D

So, this element have a long sprite, that displays following the z axis.

I've put some of these elements (along with others) in a scene, as subscenes, and then I've a Camera that move alongside the Z axis, in topview.

New, my problem :
All textures are displayed fine, BUT for this specific element (and not the others) the sprite isn't displayed directly. Some screens to explain :

enter image description here

There is not problem with others elements (like the little error that can be seen), as they aren't "popping", but are displayed partially, as intended.

Have you any ideas for solving this ? :/
(i've tried some things with the viewport render_update, but had no results :/ )

in Engine by (42 points)

Maybe is a camera effect or light, more details about the scene structure like camera, light and sprite locations may be helpful to try to understand what happens.

What kind of logic do you have for your walls to show and hide? Are you using the visibility notifier?

All elements are set at the beginning so I'm not showing or hiding them.

I only have the default light.
I'm using a 3D camera with perspective projection moving on the z axis. (y position:900)
All elements are whether on the plane on y=0 or y=-200

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.