www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: dimvolk on December 27, 2017, 10:19:22 am

Title: 3D circle, ring, round line
Post by: dimvolk on December 27, 2017, 10:19:22 am
Hi
My problem is how create 3D curve line, ring, circle line etc... (not cilinder, disc). For example i need create scene/house with one of walls is concave/cambered (oval/round). In examples and wiki all objects is with straight lines. I can't find any example how create semicircle line, box or cube with round one of sides, etc.
Maybe i need use objects deformation?
What should I use for this? Any help
Title: Re: 3D circle, ring, round line
Post by: EgonOlsen on December 29, 2017, 11:26:20 pm
Every object has to be created out of triangles. If you want found edges, you have to approximate them by using triangles. It might be the best solution to create them in done 3D modeling application and then export them as obj files.