@thedevs · Post #1276 · 01.11.2018 г., 16:27
How Facebook 3D photos work. #article#tutorial#coding#js#threejs @thedevs https://kutt.it/lPfPl9
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #85 · 15 мај
"Ну и как же нам перекидывать строки ви числа?" спросите вы. Проверять каждый символ, очистив строку от лишних знаков и точек. Потом конвертить допустимые символы в числа и восстанавливать знак, дробную чусть и тд??? Самый быстрый способ это просто "попробовать" 😜 text = "-0.3" try: num = float(text) except ValueError: print('Dough!') Всё остальное это уже парсинг и разбор символов для иных целей. #basic
Hashtags
Пребарај: #threejs
@thedevs · Post #1276 · 01.11.2018 г., 16:27
How Facebook 3D photos work. #article#tutorial#coding#js#threejs @thedevs https://kutt.it/lPfPl9
@githubtrending · Post #14824 · 12.06.2025 г., 12:00
#typescript#3d#browser_based#cad#geometry#occ#occt#opencascade#three#threejs#wasm#webassembly#webcad Chili3D is a free, open-source 3D CAD application that you can use directly in your web browser. It allows you to create and edit 3D models without needing to install any software on your computer. You can make basic shapes like boxes and spheres, draw 2D sketches, and perform advanced operations like combining shapes. It also includes tools for precise alignment and measurement. This makes it easy for anyone to design and edit 3D models online, which is helpful for both beginners and experienced users. https://github.com/xiangechen/chili3d