INDEXED_FACE_FMT
Upload User: shtaya11
Upload Date: 2021-10-17
Package Size: 941k
Code Size: 0k
Category:

2D Graphic

Development Platform:

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. ] }