Sun.Jul 28, 2024

article thumbnail

Tomb Explorer VR Playtest is LIVE

Indie DB

We are Accepting Players for the Play test right Now! For this reason game is delayed one week and the official launch date is August 1.

article thumbnail

Concave mesh wrongly rendered?

Cocos

Hi, I’ve just imported a simple mesh from Blender to Creator 3.83 It displayed with a missing surface at the nearest side to viewer’s eyes. (Both in Editor & Web preview) Is it because the mesh is concave? Please tell me how to fix this for other concave meshes? Thanks so much!

Mesh 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Building Secure Web Applications with Node js and Express

Artoon

You’re about to dive into the world of building robust web applications […] The post Building Secure Web Applications with Node js and Express appeared first on Artoon Solutions.

Build 40
article thumbnail

Asset bundle cannot be loaded

Cocos

Hello. I am having a problem trying to get an image with dragon bones using an asset bundle. First, I need to get two files, DragonBonesAsset and DragonBonesAtlasAsset. In other words, we need the following two variables let bonesAsset: dragonBones.DragonBonesAsset; let atlasAsset: dragonBones.DragonBonesAtlasAsset; Then, retrieve the two files and set them in the dragonborn’s armatureDisplay as follows const bonesAsset = await this.assetBundle.loadFile (.

Asset 52
article thumbnail

Convert world position to screen position

Cocos

You can refer to the Camera.ts function worldToScreen CocosCreatorEditor/Creator/3.8.2/CocosCreator.app/Contents/Resources/resources/3d/engine/cocos/render-scene/scene/camera.

Render 40
article thumbnail

Issue with DEVICEMOTION

Cocos

Hi, I am using DEVICEMOTION with v2.0.10 CC project. I use the following code, however the node I am trying to move with devicemotion is unresponsive when tested on a mobile device with tilt. cc.systemEvent.setAccelerometerEnabled(true); cc.systemEvent.on(cc.SystemEvent.EventType.DEVICEMOTION, this.onDeviceMotionEvent, this); onDeviceMotionEvent: function (event) { event.acc.x = this.ballAccel.x; event.acc.y = this.ballAccel.y; cc.log(event.acc.x + " " + event.acc.y.

Mobile 40
article thumbnail

Help Needed to Update Cocos2d Apps - Compensation Offered!

Cocos

Hello developers’ community, We urgently need assistance to update 11 mobile apps (iClassicsCollection) developed in Cocos2d. We are facing issues with the guidelines of major app stores and require experts who can address this effectively. Compensation Available: We are willing to compensate your time and skills. Please contact efren@iclassicscollection.com to discuss further details.

Mobile 40
article thumbnail

Issue with DEVICEMOTION

Cocos

You can refer to the example cases which have been created by new a project, click Examples tab.

Asset 40