python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I rotate the lineRenderer mesh to make it appear flat
I'm working on a custom tool in Unity that allows me to draw roads in a similar way as City Skylines. I spawn 2 points on a plane and draw between them adding points on the endpoint to create a chain ...
Michael
Votes: 0
Answers: 1
scatter3D in R Colouring Issue with Plane
I am using a scatter3D from the library plot3D and plotting a scatterplot with a plane of predictions:
library(plot3D)
scatter3D(x1,x2,y, bty = "g",
pch = 20, cex = 2, tickt...
Cinnamon
Votes: 0
Answers: 1
Unambiguous hashable representation for plane defined by 3 points with integer coordinates
I need to be able to use planes as keys in a hash map. The planes are defined by three distinct points in 3d space. I have been unable to find a representation for a plane, that is the same no matter ...
Topi Karvonen
Votes: 0
Answers: 1
Three.js - How to update a PlaneBufferGeometry?
I'm trying to create an ocean for my Three.js application. I took the example from this site:
https://codepen.io/RemiRuc/pen/gJMwOe?fbclid=IwAR2caTQL-AOPE2Gv6x4rzSWBrOmAh2j-raqesOO0XbYQAuSG37imbMszSis...
Vardan Betikyan
Votes: 0
Answers: 1