3D Shapes transformation
-
Hi, I am starting to do some 3D. Is there any way to modify vertex coordinates of a simple shape to transform it?
-
-
I am using Fuze 3D engine, Yes, it will be great to change vertex position of cubes, wedges, etc. for some ideas I had.
-
@Dave Also another question, is it possible to create just a triangle? not a solid shape.
-
Apologies I thought I responded to this.
Right now you cannot control shape vertices in 3D in the way you're referring to. You could extend the scale dimensions of a cube and reposition it with offsets to get flat plane vertex movement, but it's very limited. It would be a great addition, but not something we could look at at the moment.
You can't draw the wireframe for 3D objects. This is something we have mentioned internally at some point, but again it's not something we could focus on at the minute with the highest priority being the next couple of patches, stablity, and the Fuze Player.
Thanks for the questions though, they're really interesting ideas and I'll certainly keep this post in mind.
-
@Dave Thanks anyway, It thought about scale and reposition as a last option,but it must be difficult.
-
@Ithendall Hi, some time ago I coded a wire frame cube in C with hidden line removal. This would be easy to convert to Fuze. Just remove pixel plot and Bresenham and the rest should be straightforward. I'm not sure if this is relevant to your problem but if u are interested I'll email it over. There are other examples on the net but I haven't seen one with hidden line removal !
I might even try converting it myself. -
Did this in a bit of a rush. Wire cube with hidden line removed. Sorry about the messy code …
I know there are easier ways of doing this but I thought I'd go back to basics just to see what Fuze was capable of !
wire_cube. ID: NDVHCNND15 -
This is very nice. Impressive work @faz808 - that project has been approved now and is live for download.
-
Thanks for your kind words.
Keep safe, John