Skip to main content

Questions tagged [cocos3d]

Cocos3D is a free open source 3D game engine for iOS written on top of popular Cocos2D-iPhone 2D engine.

4 votes
1 answer
809 views

I used game engines that are capable of cross-platform export: Cocos Creator, Godot, Unity, others. Some game engines have this thing, called "physics update" or "fixed update". ...
idchlife's user avatar
  • 229
0 votes
1 answer
103 views

Help me grasp the concepts of mobs and in game events that the world should control in terms of multiplayer games. I want to create some test game in browser for players to run and shoot mobs. I want ...
idchlife's user avatar
  • 229
0 votes
0 answers
65 views

Currently coding in java, using cocos engine, making a low-poly game with a world which changes based on what the player does, hopefully including the aspect of an enemy changing when the player hits ...
AussieNote's user avatar
6 votes
1 answer
3k views

I have an object on my screen which is presented rotated and panned, But i have 2 problems regarding the z axis rotations. It's a bit tricky to explain so i uploaded 2 videos to describe each problem. ...
Itzik984's user avatar
  • 205
1 vote
2 answers
303 views

I have created a textured plane in blender of size 2×2 and I am using that as a tile. This is the screenshot of what I have done in blender. Nothing special, the default plane on origin, I just added ...
Krishnabhadra's user avatar
3 votes
1 answer
1k views

I am writing an iOS game, using bullet for physics, blender to create models, cocos3d as the game engine. I have a model like this Basically there is a plane, with a hole, and a UVSphere. Both were ...
Krishnabhadra's user avatar
4 votes
1 answer
4k views

Background I am following on from this question, which isn't answered yet. Basically I have a cube and a UVSphere in my scene, with UVSphere on the top of the cube without touching the cube. Both ...
Krishnabhadra's user avatar
3 votes
1 answer
4k views

I am working on my first 3D game, for iphone, and I am using Blender to create models, Cocos3D game engine and Bullet for physics simulation. I am trying to learn the use of physics engine. What I ...
Krishnabhadra's user avatar