Ask Your Question
4

Why does the scene exported from THREE.js editor appear differently upon loading?

asked 2023-07-03 10:15:39 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-03 10:32:02 +0000

pufferfish gravatar image

There could be several reasons for this:

  1. The settings of the renderer might be different in the editor and the code where you're loading the scene. Make sure the settings for the renderer are the same in both places.

  2. The camera position might be different. Check if the camera position is the same in both places.

  3. The lighting might be different. Make sure the lighting is the same in both places.

  4. The objects in the scene might not have the same material or texture settings. Make sure the material and texture settings are the same in the editor and the code.

  5. The size and position of the objects in the scene might be different. Check if the objects have the same size and position in both places.

  6. The code might have errors that are causing the scene to appear differently. Check the code for errors and fix them accordingly.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-03 10:15:39 +0000

Seen: 8 times

Last updated: Jul 03 '23