Search found 2 matches
- Thu Jul 06, 2017 2:32 pm
- Forum: Beginners Help
- Topic: Lights following camera
- Replies: 2
- Views: 511
Lights following camera
Using EMF_LIGHTING = true, I'm trying to get the lights to move as the camera does, so there is always consistent lighting on my target. However, I can't for the life of me figure out why this isn't working: the lights remain constant to the scene, not the camera, so that any rotation around target ...
- Thu Jul 06, 2017 1:30 pm
- Forum: Beginners Help
- Topic: Controlling Rigged meshes
- Replies: 2
- Views: 576
Controlling Rigged meshes
I'm trying to bash together a basic application that can load in a rigged mesh (from blender) and manually control it using the GUI functions. From reading previous posts, I think I've got something which *should* work, but doesn't: this is more than likely my illiteracy of Irrlicht programming and ...