Geographic Data Visualization - Mary Franck

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 พ.ย. 2024

ความคิดเห็น • 13

  • @mohammadhassaneskandari8508
    @mohammadhassaneskandari8508 9 หลายเดือนก่อน

    This is amazing, and thank you for providing your project files! Awesome tutorial

  • @PushHolistic
    @PushHolistic หลายเดือนก่อน

    Got stuck pretty early :/ there's no second option to enable rim lights

  • @astolat
    @astolat 3 ปีที่แล้ว

    thank you for this from Russia! it`s very useful

  • @amluzia
    @amluzia 4 ปีที่แล้ว +1

    Excellent thank you!

  • @bkentffichter
    @bkentffichter 4 ปีที่แล้ว

    This is awesome! The only question I have as a new touchdesigner developer, how would you manipulate rotation of the camera or the sphere with mouse drag or other gesture input? My first thought is to translate the mouse vector to a rotation. Are there other ways to do this in TD?

    • @philippeprovencher5163
      @philippeprovencher5163 4 ปีที่แล้ว

      take a look at arcball camera in the palette, its already a tool within TD !

  • @hamidestejab2427
    @hamidestejab2427 4 ปีที่แล้ว

    Awesome ! thanks.

  • @dozer-bm9ru
    @dozer-bm9ru ปีที่แล้ว

    any idea where I can get the example files? resource link seems to be dead

  • @esaa.mariamis
    @esaa.mariamis 2 หลายเดือนก่อน

    Example files are not available. Could someone help with that?

  • @RyanSimrell
    @RyanSimrell 4 ปีที่แล้ว

    Anyone able to find a good resource for converting latitude longitude to cartesian values?

    • @RyanSimrell
      @RyanSimrell 4 ปีที่แล้ว +3

      This could probably be cleaned up a bit, but after some trial and error was able to come up with this in python which worked...
      import numpy as np
      # latitude
      lat = 36.8936996
      # longitude
      lon = -82.4881973
      # radius your sphere
      r = 1
      # Converting lat/long to cartesian
      latDeg = np.deg2rad(lat)
      lonDeg = np.deg2rad(lon)
      x = r * ((np.cos(latDeg) * np.cos(lonDeg)) * 100) * -1
      y = r * ((np.cos(latDeg) * np.sin(lonDeg)) * 100) * -1
      z = r * (np.sin(latDeg)) * 100
      # print results
      print(x)
      print(y)
      print(z)

  • @gnomalab
    @gnomalab 4 ปีที่แล้ว

    love this!

  • @DesignNewbie0928
    @DesignNewbie0928 6 หลายเดือนก่อน

    the file is missing
    helppppppppppppppppppppppppppppppp