Flip normals in three.js on sphere

前端 未结 4 1310
臣服心动
臣服心动 2021-01-05 16:02

I have been searching around and haven\'t found any really good answer to my question yet.. The thing is that I have this sphere.. just a basic sphere, and I want to flip th

4条回答
  •  失恋的感觉
    2021-01-05 16:52

    It is fixed !!

    The flip of an object with a negative scale object.scale.x = -1 also reverse the normals since three.js r89 (see: Support reflection matrices. #12787).

    (But I have to upgrade to r91 to solve my normal issue.)

提交回复
热议问题