Content tagged 3d-camera

Report Tag

46 usages of this tag
  • 1 replies
  • 314 views
2 favourites

I'm using the first person platformer example as a base for my game, and I havent changed any control for the camera or player yet. I am looking to get a walkin...

  • 3 replies
  • 886 views
This content is deleted
Forum Topic
3D Raycast test
0 favourites

Determining the angle of collision and the angle of the surface. Saving the UID of the cast object. And . Try to make non-dynamic lighting, or even ray tracing,...

posted 2 years ago
  • 12 replies
  • 1.1K views
This content is deleted
Forum Topic
3D Forest Walking Simulator - convex terrain
0 favourites

I did a little test side project, FPP walking on non-flat surface. You can play it on Scirra Arcade: Some details: This is an experimental project that uses Dra...

  • 0 replies
  • 159 views
This content is deleted
Forum Topic
How do I make a smooth 3D camera movement
0 favourites

I was wandering if there's a way to make a smooth zoom with the 3D camera. I tried something with lerp but doesn't seems to work…. + System: Zoom = 1. -> Caméra...

posted 2 years ago
  • 1 replies
  • 380 views
This content is deleted
Forum Topic
How do I use Touch object to 3d camera facing??
0 favourites

How to use touch control to move and rotate 3dcamera just like using mouse?

  • 2 replies
  • 404 views
1 favourites

The positional audio feature works fine in 2D, but when making a 3D first person game, there's an issue. As I understand it, the panning is calculated based on...

  • 7 replies
  • 998 views

So I had been using the layout size to zoom in and out of my project with the mouse wheel and a global var (in 2d) works great! But now trying to figure out how...

posted 2 years ago
  • 1 replies
  • 226 views
This content is deleted
Forum Topic
Is it possible to change the FOV at runtime?
0 favourites

Is it possible to change the FOV at runtime? From what I can tell it seems impossible, but maybe I'm missing something? If it's not possible then I hope this fe...

posted 2 years ago
  • 0 replies
  • 139 views
This content is deleted
Forum Topic
Tracking clicks on 3D Shape objects
0 favourites

I'm trying to figure out how to track mouse clicks on 3D shape objects, because the usual "on object clicked" event doesn't cut it: It only detects mouse clicks...

  • 4 replies
  • 996 views
This content is deleted
Forum Topic
How do i change the 3d Camera Field Of View?
0 favourites

I realized you can now adjust the field of view for the 3d Camera in Construct 3. While you can set it once in the editor - is there also a way to adjust it wit...