Files |  Tutorials |  Articles |  Links |  Home |  Team |  Forum |  Wiki |  Impressum

Aktuelle Zeit: Sa Jun 08, 2024 22:41

Foren-Übersicht » English » English Programming Forum
Unbeantwortete Themen | Aktive Themen



Ein neues Thema erstellen Auf das Thema antworten  [ 3 Beiträge ] 
Autor Nachricht
BeitragVerfasst: So Mär 07, 2004 15:32 
Offline
DGL Member
Benutzeravatar

Registriert: Di Jul 01, 2003 18:59
Beiträge: 887
Wohnort: (The Netherlands)
Programmiersprache: fpc/delphi/java/c#
How does one caculate geometry like a dome with normals and texture coords? Are there tutorials available on the subject.

_________________
http://3das.noeska.com - create adventure games without programming


Nach oben
 Profil  
Mit Zitat antworten  
 Betreff des Beitrags:
BeitragVerfasst: So Mär 07, 2004 18:42 
Offline
DGL Member

Registriert: Do Mai 30, 2002 18:48
Beiträge: 1617
have a look at lathe or extrusion objects. these can be saved with very few diskpace needet... you only need some control points and then rotate them. another thing would be mathematical fractals - can be very interesting when creating trees, plants or mathematical surfaces.


Nach oben
 Profil  
Mit Zitat antworten  
 Betreff des Beitrags:
BeitragVerfasst: Mi Mär 10, 2004 21:23 
Offline
DGL Member
Benutzeravatar

Registriert: Fr Dez 13, 2002 12:18
Beiträge: 1063
If you have only a point- or triangle set, there is no "correct" way to compute texture coordinates or normal vectors - only various possible approximations (such as interpolating point normal vectors from neightbouring triangles).
If you need to generate textures for arbitrary meshes, you can write an UV-Unwrapper (it's not that hard, just have to keep in eye which edges are neighbours and which not) - however, you will have to draw the textures yourself afterwards (but it's the possibility with least texture distortion).
Other texturing methods, such as planar, spherical and cylindrical mapping work only well on certain types of objects.

If you have a functional description of your object (such as Bezier curves or splines, such as the OpenGL evaluators) you can derive normal vectors and texture coordinates out of them (or let OpenGL do it - in case of evaluators),

_________________
Viel Spaß beim Programmieren,
Mars
http://www.basegraph.com/


Nach oben
 Profil  
Mit Zitat antworten  
Beiträge der letzten Zeit anzeigen:  Sortiere nach  
Ein neues Thema erstellen Auf das Thema antworten  [ 3 Beiträge ] 
Foren-Übersicht » English » English Programming Forum


Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 6 Gäste


Du darfst keine neuen Themen in diesem Forum erstellen.
Du darfst keine Antworten zu Themen in diesem Forum erstellen.
Du darfst deine Beiträge in diesem Forum nicht ändern.
Du darfst deine Beiträge in diesem Forum nicht löschen.
Du darfst keine Dateianhänge in diesem Forum erstellen.

Suche nach:
Gehe zu:  
cron
  Powered by phpBB® Forum Software © phpBB Group
Deutsche Übersetzung durch phpBB.de
[ Time : 0.009s | 14 Queries | GZIP : On ]