Skip to content
View 1f0's full-sized avatar
🎯
focusing
🎯
focusing
Block or Report

Block or report 1f0

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. fractal fractal Public

    C++

  2. fpga fpga Public

    fpga games

    Assembly

  3. vtk2obj.py vtk2obj.py
    1
    import sys
    2
    
    
    3
    if(len(sys.argv)!=3):
    4
      print('Usage: ', sys.argv[0], 'input.vtk output.obj')
    5
      sys.exit()
  4. change vtk to obj change vtk to obj
    1
    from __future__ import print_function
    2
    import sys
    3
    
    
    4
    if(len(sys.argv)!=3):
    5
      print('Usage: ', sys.argv[0], 'input.vtk output.obj')