Update individual mesh rotation and position

How would i update individual mesh rotation and positions instead of calling scene.render which seems to render every single mesh in the scene?

You need to call scene.render() to update the rendering in case something has moved/rotated, you can’t just render a single mesh separately from the others.