Skip to content

move_world in StimulusOSG2Controller #8

@chiyu1203

Description

@chiyu1203

Hi everyone,
I want to get tethered insects see a 360 degree sphere screen with FreemooVR. However, I noticed that move_world method is not defined in StimulusOSG2Controller class

    def move_world(self, x=0, y=0, z=0, scale=1, orientation_x=0, orientation_y=0, orientation_z=0):   
        raise NotImplementedError

Hence I can not rotate the world when animals stay at the same location rotating along vertical axis.
As there are newer functions in StimulusOSG2Controller, I do not want to move back to StimulusOSGController, is there any way to work around this issue?
Many thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions