Class BookTests
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Tests for the book system — verifies OneJS rendering pipeline puts correct content on the 3D book via shared RenderTextures.
Uses TEST_COLOR_BOOK which has solid-color pages using the leaf model: Cover: Red (1,0,0) — separate, via RenderCover content[0]: Green (0,1,0) — OpenFront right (leaf 1 front) content[1]: Blue (0,0,1) — OpenMiddle left (leaf 1 back) content[2]: Yellow (1,1,0) — OpenMiddle right (leaf 2 front) content[3]: Magenta (1,0,1) — after turn 1 left (leaf 2 back) content[4]: Cyan (0,1,1) — after turn 1 right (leaf 3 front) content[5]: Orange (1,0.5,0) — after turn 2 left (leaf 3 back) content[6]: White (1,1,1) — after turn 2 right (leaf 4 front)
[SkipTest("Book rendering pipeline under rework")]
public class BookTests : DevTest
- Inheritance
-
objectBookTests
- Inherited Members