Thursday, March 21, 2024
HomeSample Page

Sample Page Title


cocos2d-x model: v4
units check on: iPhone SE3 simulator iOS 15.4
creating environments
    NDK model: NIL
    Xcode model: 13.3.1
    VS model:
    browser sort and model:

Steps to Reproduce:

  1. In bool Physics3DCollisionCallbackDemo::init(),

Change
std::vector trianglesList = Bundle3D::getTrianglesList(“Sprite3DTest/boss.c3b”);
to
std::vector trianglesList = Bundle3D::getTrianglesList(“Sprite3DTest/boss.obj”);

Change
auto sprite = Sprite3D::create(“Sprite3DTest/boss.c3b”);
to
auto sprite = Sprite3D::create(“Sprite3DTest/boss.obj”, “Sprite3D/boss.png”);

  1. Compile cpp-tests on iPhone simulator then run

  2. Goto Physics3D Test (sub-test 4) then throw an merchandise by clicking the display

  3. You will see the mannequin picture (in crimson coloration) distorted

  4. Please examine concern 20749 for 2 pictures (earlier than picture distorted and after picture distorted) are uploaded at Physics3D Test in cpp-tests fails if boss.c3b is changed by boss.obj · Issue #20749 · cocos2d/cocos2d-x · GitHub

Please assist to see how this downside can be resolved. Thanks prematurely!

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments