adrianhajdin / project_threejs_ai

https://jsmastery.pro
922 stars 277 forks source link

Is is not showing #36

Open ajinkyap12 opened 1 year ago

ajinkyap12 commented 1 year ago

Screenshot (46)

DanielDonaldson1017 commented 1 year ago

Remove map-anisotropy and you should be good

ajinkyap12 commented 1 year ago

i am new to it can u plz tell me How to do it & where to do it

DanielDonaldson1017 commented 1 year ago

Under client/src/canvas/shirt file

image

nok1214 commented 1 year ago

or you can change from map-anisotropy to mapAnisotropy

ajinkyap12 commented 1 year ago

Thank u for the response

ajinkyap12 commented 1 year ago

One more problem is there The VS Code Editor is not able to render the image...

Screenshot (49)

Souvik3469 commented 1 year ago

I have removed map-anisotropy but still its showing blank screen. plz do help

Jyotishmoy12 commented 1 year ago

I have removed map-anisotropy but still its showing blank screen. plz do help

same.

ajinkyap12 commented 1 year ago

can u tell me the problem where u are facing

I have removed map-anisotropy but still its showing blank screen. plz do help

same.

ajinkyap12 commented 1 year ago

I have removed map-anisotropy but still its showing blank screen. plz do help

Have to deleted the Environment line in the index.js file

Souvik3469 commented 1 year ago

I have removed map-anisotropy but still its showing blank screen. plz do help

Have to deleted the Environment line in the index.js file

Thanks

ajinkyap12 commented 1 year ago

I have removed map-anisotropy but still its showing blank screen. plz do help

Have to deleted the Environment line in the index.js file

Thanks

Welcome Is problem solved

ombhojane commented 9 months ago

I have removed map-anisotropy but still its showing blank screen. plz do help

Have to deleted the Environment line in the index.js file

Thanks

Welcome Is problem solved?

Yes this works. Just delete this: 1) map-anisotropy 2) Environment line in index.js and run the project as instructed, it works

DC3PO commented 5 months ago

I have removed map-anisotropy but still its showing blank screen. plz do help

Have to deleted the Environment line in the index.js file

Thanks

Welcome Is problem solved?

Yes this works. Just delete this:

  1. map-anisotropy
  2. Environment line in index.js and run the project as instructed, it works

Can you be more specific for the environment line? Is it the index.js file in server? And is it this line "dotenv.config();"? If that is the case, mine still doesn't display in the browser after doing both of these.