Home
last modified time | relevance | path

Searched refs:ALLOW_TEXTURE_WRITE (Results 1 – 8 of 8) sorted by relevance

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DAppearance.java253 ALLOW_TEXTURE_WRITE = CapabilityBits.APPEARANCE_ALLOW_TEXTURE_WRITE; field in Appearance
569 if (!this.getCapability(ALLOW_TEXTURE_WRITE)) in setTexture()
H A DAppearanceRetained.java1403 else if (bit == Appearance.ALLOW_TEXTURE_WRITE) in handleFrequencyChange()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DGround3D.java102 groundAppearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE); in Ground3D()
121 backgroundImageAppearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE); in Ground3D()
H A DLabel3D.java239 appearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE); in update()
H A DRoom3D.java147 roomAppearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE); in createRoomPartShape()
H A DHomePieceOfFurniture3D.java1162 appearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE);
H A DWall3D.java151 wallAppearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE); in createWallPartShape()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeComponent3D.java1920 skyBackgroundAppearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE); in createBackgroundNode()
1951 groundBackgroundAppearance.setCapability(Appearance.ALLOW_TEXTURE_WRITE); in createBackgroundNode()