Tagged Questions
1
vote
2answers
746 views
Creating a basic character skeleton from code
I'd like to have a procedural system that uses a string of data to create a 3d creature. The way I've thought to do this is to use the code to generate a simple creature skeleton (I'll get to the skin ...