Mesh 3D Rotate (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 4 Comments

  • Order by
  • Black screen is because you are adding this to 3D object. It's working, but only in sprite. I don't know if it should woking only in sprite, but it's working on that

    • it should work on anything that supports mesh. Indeed it shouldnt work on 3D Shape or 3D object

      • When I'm adding it to 3D object i'm getting this error:

        Uncaught (in promise) Error: object does not support mesh

        at C3.WorldInfo.CreateMesh (worldInfo.js:1:26367)

        at self.I3DShapeInstance.createMesh (IWorldInstance.js:1:6601)

        at self.ISDKBehaviorInstanceBase._SetMeshFromPoints (main.js:1:2352)

        at self.ISDKBehaviorInstanceBase._postCreate (main.js:1:734)

        at C3.BehaviorInstance.PostCreate (behaviorInstance.js:1:1391)

        at C3.Instance._OnCreatedCommon (instance.js:1:13116)

        at C3.Instance._TriggerOnCreated (instance.js:1:13212)

        at C3.Layout._StartRunning (layout.js:1:15382)

        at async C3.Runtime.Start (runtime.js:1:19096)

        at async C3.Runtime.Init (runtime.js:1:12334)