three-d
Here are 31 public repositories matching this topic...
-
Updated
Nov 28, 2018 - JavaScript
Amazing plugin but too bad a novice like me cannot use it. I'm having a lot of trouble trying to understand how to setup the plugin. Please write a better documentation and tutorials. You haven't mentioned once how to fully set up the plugin in steps.
I saw the code in your examples and they are way different from each other and some of the code is not mentioned in the docs, eg the way you're cal
-
Updated
Mar 23, 2017 - Go
Traceback (most recent call last):
File "C:\Users\Harry\Desktop\mykivy\kivy3dgui-master\example.py", line 197, in
ExampleApp().run()
File "C:\Users\Harry\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\app.py", line 802, in run
root = self.build()
File "C:\Users\Harry\Desktop\mykivy\kivy3dgui-master\example.py", line 191, in build
''')
F
-
Updated
Sep 8, 2017 - Ruby
-
Updated
Oct 10, 2019 - Java
-
Updated
Apr 18, 2018 - C++
-
Updated
Sep 6, 2017 - JavaScript
-
Updated
Jun 18, 2016 - Scala
-
Updated
Jan 5, 2017 - C++
-
Updated
Jan 21, 2016 - C++
-
Updated
Feb 16, 2017 - C++
-
Updated
Feb 3, 2019 - Java
-
Updated
Apr 14, 2020 - JavaScript
-
Updated
Mar 2, 2016 - JavaScript
-
Updated
Feb 2, 2017 - JavaScript
-
Updated
Feb 15, 2018 - JavaScript
-
Updated
Apr 26, 2016 - C
-
Updated
Jan 14, 2018
-
Updated
Jan 3, 2016 - C++
Improve this page
Add a description, image, and links to the three-d topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the three-d topic, visit your repo's landing page and select "manage topics."
There's no TriangleGeometry class in Three.js, but here's some ways we can implement one using the
THREE.Triangle
math class.