This website requires JavaScript.
Explore
Help
Sign In
glm94
/
terrain_generator
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
13
Commits
1
Branch
0
Tags
master
T
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
glm94
51c5ac335a
Cleaned up the engine and added support for CSV file parsing.
2020-12-04 00:15:18 -06:00
.gitignore
Slight bit of housekeeping for Git.
2020-07-15 10:32:36 -05:00
engine.py
Cleaned up the engine and added support for CSV file parsing.
2020-12-04 00:15:18 -06:00
main.py
Cleaned up the engine and added support for CSV file parsing.
2020-12-04 00:15:18 -06:00
matrix.py
Forgot to add __str__ overrides to the matrix and vector objects.
2020-07-21 15:02:31 -05:00
triangle.py
Minor tweaks to some of the objects to make indexing them easier.
2020-07-21 14:43:27 -05:00
vectors.py
Forgot to add __str__ overrides to the matrix and vector objects.
2020-07-21 15:02:31 -05:00
window.py
Using TheOneLoneCoder's 'Code-It-Yourself! 3D Graphics Engine Part
#1
' video as a reference, I ported some of his code to create the first step in this engine, perspective.
2020-07-13 14:04:41 -05:00
S
Description
No description provided
52
KiB
Languages
Python
100%