Jump to content

MoreThanHidden

Members
  • Posts

    2
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • URL
    https://github.com/MoreThanHidden
  • Personal Text
    Hobbyist Powershell, Java and C++ Programmer / Scripter

MoreThanHidden's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Sorry for awakening an old thread but was trying to fix a similar issue myself. Vec3d normal = v3.subtract(v2).crossProduct(v1.subtract(v2)).normalize(); Just leaving this here in case it helps someone searching for answers.
  2. Made a Forge Json generator from texture path if useful for anyone. Link to script: https://github.com/MoreThanHidden/MTHPowershellScripts/blob/master/BatchCreateForgeJson.ps1 Example: If your not familiar with powershell you may need to run via: PowerShell.exe -ExecutionPolicy Bypass -File .BatchCreateForgeJson.ps1
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.