INDEXED_FACE_FMT
上传用户:shtaya11
上传日期:2021-10-17
资源大小:941k
文件大小:0k
源码类别:

2D图形编程

开发平台:

Visual C++

  1. Transform { translation 0 0 0 children [
  2. Shape {
  3. appearance Appearance {
  4. material Material {
  5. diffuseColor 1 1 1
  6. }
  7. texture ImageTexture {
  8. url "%s"
  9. }
  10. }
  11. geometry IndexedFaceSet {
  12. creaseAngle 4
  13. coord Coordinate {
  14. point [
  15. %s ]
  16. }
  17. coordIndex [
  18. %s ]
  19. texCoord TextureCoordinate {
  20. point [
  21. %s ]
  22. }
  23. texCoordIndex [
  24. %s ]
  25. normal Normal {
  26. vector [
  27. %s ]
  28. }
  29. normalIndex [
  30. %s ]
  31. }
  32. }
  33. ] }