VR Scene Inspection¶
The VR Scene Inspection add-on exposes and extends the native virtual reality features of Blender in the user interface. The feature set is limited to scene inspection use cases. More advanced use cases may be enabled through further development inside of Blender.
O suporte VR no Blender é baseado na especificação OpenXR e requer algumas etapas de configuração. Estes são explicados na seção Had-Mounted Displays (HMD).
Ativação¶
Open Blender and go to Preferences then the Add-ons tab.
Clique em 3D View e depois em VR Scene Inspection para ativar o script.
Interface¶
Localizado em
.VR Session¶
- Iniciar VR Session
Tente configurar uma conexão com a plataforma OpenXR para compartilhar o viewport com um HMD.
- Positional Tracking
Somente rastrear mudanças rotacionais da cabeça, não permitir que o HMD afete a localização do espectador no espaço virtual.
View¶
- Floor
Definir a visibilidade do plano do solo na vista do VR.
- Annotations
Defina a visibilidade dos traços de anotação na visão VR.
- Clip Start/End
Clipping values of the VR view, as in the 3D Viewport.
Landmarks¶
Landmarks are used to store reusable base poses (position and rotation) for the viewer in the virtual space.
- Landmark
A list view.
- Selected Landmark
Define quais as configurações do marco de referência são mostradas abaixo da lista. A alteração do ponto de referência selecionado não tem influência na visão VR.
- Activate (star icon)
Activates a landmark, making it change the base pose of the VR view.
- Adicionar
+
Create a landmark.
- Remover
-
Deletes the selected landmark.
- Tipo
- Scene Camera
Follow the scene’s active camera to define the base pose of the viewer.
- Custom Camera
Set an arbitrary camera to define the base pose of the viewer.
Viewport Feedback¶
- Show VR Camera
Draw an indicator of the current VR viewer pose (location and rotation in the virtual space) in the current 3D Viewport.
- Mirror VR Session
Make the current 3D Viewport follow the perspective of the VR view.
Reference
- Categoria
3D View
- Descrição
View the viewport with virtual reality glasses (head-mounted displays).
- Localização
- Arquivo
viewport_vr_preview.py
- Autor
Julian Eisel
- Mantenedor
Julian Eisel
- License
GPL
- Nível de Suporte
Official
- Nota
Este add-on é fornecido com o Blender.