Zylann / godot_voxel

Voxel module for Godot Engine
MIT License
2.72k stars 251 forks source link

Attach VoxelView to editor camera #705

Closed Shadowblitz16 closed 2 months ago

Shadowblitz16 commented 2 months ago

Is your feature request related to a problem? Please describe. Working with this in the editor is a pain because you can't view the voxels without manually moving a voxel view around the scene.

Describe the solution you'd like Attach a VoxelView object to the editor scene's camera.

Describe alternatives you've considered Bearing.

Additional context This would be very helpful for development

NoTalkOnlyProx commented 2 months ago

I may be mistaken, but I think this feature already exists, does it not?

image

MGilleronFJ commented 2 months ago

Yes that already exists, the editor has its own internal viewer (which works even when there are no viewer node in the scene then) and you can check "Editor Viewer Follow Camera".