lojjic / aframe-troika-text

An A-Frame component for rendering 3D text using troika-three-text
MIT License
71 stars 12 forks source link

Bug report: I get only a white screen no text at all #36

Closed inglesuniversal closed 3 years ago

inglesuniversal commented 3 years ago

Web version tested on an iPhone 8

No errors shown in the console.log

Regards

lojjic commented 3 years ago

Thanks for the report. Can you please provide more detail?

inglesuniversal commented 3 years ago

Thanks for the prompt reply

a link makes things easier.

TEST_LINK

I tried it on an iPhone 8 ... iOS 14.1

lojjic commented 3 years ago

Your testcase has a couple issues: 1) The text's default color is white, so it's invisible against the white background color of your scene 2) You haven't positioned the text, so it's not within the camera's view. If I change these in your testcase the text shows up for me, at least in a desktop browser.

lojjic commented 3 years ago

@inglesuniversal Are you able to reproduce the issue after fixing your testcase?

lojjic commented 3 years ago

Closing since it seemed to be an error in the testcase. Reopen with more info if I'm wrong.