Questions tagged [cocos3d]
Cocos3D is a free open source 3D game engine for iOS written on top of popular Cocos2D-iPhone 2D engine.
8 questions
4
votes
1
answer
809
views
What causes some web game engines work in "slow mo" mode instead of reducing FPS but continuing to show the true time/tick state of things?
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". ...
0
votes
1
answer
103
views
How to create mobs for mmofps and synchronize their animation, movement, actions with all players?
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 ...
0
votes
0
answers
65
views
How do I go about making an enemy change depending on where the player hit it?
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 ...
6
votes
1
answer
3k
views
OpenGL ES object rotation around z axis
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.
...
1
vote
2
answers
303
views
Cocos3D: weird line between adjuscent 3d planes
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 ...
3
votes
1
answer
1k
views
Create a physics body with hole : bullet physics
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 ...
4
votes
1
answer
4k
views
Bullet physics debug drawing not working
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 ...
3
votes
1
answer
4k
views
Create bullet physics rigid body along the vertices of a blender model
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 ...