timi-liuliang / echo

A New Cross-Platform 2D 3D Game Engine
MIT License
937 stars 108 forks source link

Terrain example fails #2 #615

Open trsh opened 4 years ago

trsh commented 4 years ago

Go into the menu : Project->Settings->GameSettings

then set LaunchScene to Res://scene/terrain.scene

I did set that. Still the editor and canvas when run is absolute empty.

Windows 10 64x, GPU GTX 750 Ti (up to date drivers)

timi-liuliang commented 4 years ago

update the terrain example project. try again. I have added a Camera3D to that scene.

Now. This terrain example is only used for test shader graph editor. It's a very basic terrain implementation.

timi-liuliang commented 4 years ago

Which echo editor are you using? download from the website or compiled it yourself? this terrain example need compile the editor yourself.

trsh commented 4 years ago

I use downloaded echo and examples.

timi-liuliang commented 4 years ago

After I finished the first phase task of render pipeline editor this week, I will update the editor for you.