linesTransparent.wrl 714 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #VRML V2.0 utf8
  2. Transform {
  3. translation 0 0 0
  4. children[
  5. Shape {
  6. appearance Appearance {
  7. material Material {
  8. emissiveColor 1 0 0
  9. transparency 0.8
  10. }
  11. }
  12. geometry IndexedLineSet {
  13. coord Coordinate {
  14. point [
  15. 0 0 0,
  16. 1 0 0,
  17. 1 1 0,
  18. 0 1 0,
  19. 0 0 1,
  20. 1 0 1,
  21. 1 1 1,
  22. 0 1 1,
  23. 0.5 0.5 0,
  24. 1 0.5 0.5,
  25. 0.5 1 0.5,
  26. 0 0.5 0.5,
  27. 0.5 0 0.5,
  28. 0.5 0.5 1
  29. ]
  30. }
  31. coordIndex [
  32. 0, 1, -1, 1, 2, -1, 2, 3, -1, 3, 0, -1,
  33. 4, 5, -1, 5, 6, -1, 6, 7, -1, 7, 4, -1,
  34. 0, 4, -1, 1, 5, -1, 2, 6, -1, 3, 7, -1,
  35. 0, 2, -1, 1, 3, -1, 4, 6, -1, 5, 7, -1,
  36. 8, 13, -1, 9, 11, -1, 10, 12, -1
  37. ]
  38. }
  39. }
  40. ]
  41. }