flagwaver icon indicating copy to clipboard operation
flagwaver copied to clipboard

Update

Open VVL99 opened this issue 4 years ago • 2 comments

thanks for good job! my fork - http://vvl99.narod.ru/flag3/f310TT.html http://vvl99.narod.ru/flag3/f362.html https://jpegshare.net/images/c2/7a/c27a351da2fe487fcb64a2b137794d77.png

I suggest adding:

  1. Morning - return t.position.set(6, 5, 0) http://VVL99.narod.ru/flag3/f391.html
  2. Evening - return t.position.set(-6, 5, 0) http://VVL99.narod.ru/flag3/f392.html
  3. Metallic glitter
r = new T.MeshPhysicalMaterial({
    color: "#fff",
    metalness: .93,
    roughness: .32,
    clearcoat: 1,
    clearCoatRoughness: 1,
    opacity: 1
})
  1. Glitter fabric -
var a = new T.MeshStandardMaterial({
    color: "#fff",
    metalness: .6,
    roughness: .6,
    side: T.DoubleSide,
    map: n
})
  1. Sound - http://vvl99.narod.ru/flag3/f310TT.html
  2. Scaling and rotation - https://www.clicktorelease.com/code/codevember-2016/14/
  3. Flag fastening detail

VVL99 avatar May 07 '20 11:05 VVL99

http://vvl99.narod.ru/flag3/f310KA.html#?src=http%3A%2F%2FVVL99.narod.ru%2Fflag3%2Fassets%2Fimg%2F79.jpg Congratulations to everyone on Victory Day! 75 years ago, that day ended the war.

VVL99 avatar May 09 '20 17:05 VVL99

  1. light movement - http://vvl99.narod.ru/3DText/3D_text.html#FF3C00111#light

VVL99 avatar May 16 '20 16:05 VVL99