BetterCharacterControl is "flickering" (no fluently movements)

Glad you got it working.

So it’s rather thought for post-processing or e.g. grabbing the output?
Then it would be good to rename it to postRender() or something when you deprecate SimpleApplication

The new application base class will have no such thing… as callers should be using app states for that.

1 Like

So is it okay, if I write this line in the render method, now ? :grin:

In an app state render, yes.

In a SimpleApplication.simpleRender(), no.

1 Like

Okay, then it’s clear for me!
Thanks, pspeed :relaxed:

Domenic how to set start location?

use the .warp(Vector3f loc) method!

EDIT: STOP POSTING UNRELATED THINGS IN OTHER TOPICS