The Ctrl + V Game

  • Thread starter Thread starter smileyhead
  • Start date Start date
  • Views Views 573,463
  • Replies Replies 9,272
  • Likes Likes 15
The scene won’t die out forever, though I do hope Russ/wuss, Retro dodump, and perhaps also TechTwat quit and apply to either Mcdonalds, Burger King, Starcucklords, Sonic, or maybe even Wendy’s.
 
from numpy import sin, cos, sqrt, array, linspace, pi
import FreeCAD as App
import Part

num_points = 100

t = linspace(0, pi * 2. / 3., num_points )
A = array([sin(t), -0.5 - cos(t), 0 * t]).T
B = array([t * 0., 0.5 - cos(t) / (1. + cos(t)), sqrt(1. + 2 * cos(t))/ (1. + cos(t))]).T
D = Part.BSplineSurface()
D.interpolate([[App.Vector(*v) for v in A], [App.Vector(*v) for v in B]])
Part.show(D.toShape())
 
SELECT name FROM artists WHERE genre = "Pop";
(i was doing an SQL lesson on khan academy for context)
Post automatically merged:

SELECT name FROM artists WHERE genre = "Pop";
(i was doing an SQL lesson on khan academy for context)
 
sudo apt-get update
sudo apt-get install -y \
wget \
apt-transport-https \
ca-certificates \
gnupg \
lsb-release \
libsdl2-dev \
libgl1-mesa-dev \
libglu1-mesa-dev \
libglew-dev \
libegl1-mesa-dev \
libgles2-mesa-dev \
libpng-dev \
libjpeg-dev
 
1749611690998.jpeg
 
  • Love
Reactions: impeeza

Site & Scene News

Popular threads in this forum