aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.03k stars 540 forks source link

Modify Cry3DEngine to allow terrain alternative via gem #426

Open caseymcc opened 5 years ago

caseymcc commented 5 years ago

This alters the Cry3DEngine to allow additional terrain systems to be used. I originally performed the modifications on 1.15 and have now ported them to 1.20. I am currently altering it so that the new terrain can be defined in a gem rather than directly (as I did in 1.15). I would like to get some feedback so that this could be integrated back into mainline.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

AMZN-nggieber commented 5 years ago

Thank you for submitting this pull request.

caseymcc commented 4 years ago

Added a few additional fixes for loading/saving properly. Early voxel terrain at https://github.com/caseymcc/Lmbr_VoxelTerrain