Hello, I am trying to use Warp3D to enable a flat texture-mapped square/rectangle to be viewed at different angles.
How can I create non-triangular objects? I want to create a square/rectangle. This can be done by creating two triangles adjacent to each other, but Warp3D seems to be designed to wrap rectangular textures onto triangles for some reason, which isn't very useful. How do I tell the system to wrap the texture around both triangles (ie. to treat them as a single object)?
How do I move the camera/viewpoint (as can be done in eg. AMOS 3D), there doesn't seem to be any way of doing this? Must I instead move the triangles?
Is there any example code or tutorials available? I had a look on Aminet, there is almost nothing.