Building an image based on a 3D model specified by the *.obj file.
Some global examples are located in the 'examples' directory. Examples of the use of specific functions are found in the packages in which these functions are defined. To run all the examples, follow these steps:
- Download and install the go compiler.
- Run the
go test -v ./...command in the global project directory. - Create a main.go file, copy the sample code there, and experiment.
- Alexandr Samoilov
- Ekaterina Avdonina