Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CSSリセットをWebGLThree.jsライブラリと一緒に使用しても大丈夫ですか?何か影響はありますか?
Three.jsは、CSSの影響をまったく受けない、キャンバス上に作成されたWebGLコンテキストでほぼ排他的に機能します。CSSライブラリを使用してキャンバス自体を操作できますが、それはGLコンテキストの動作には少しも影響しません。したがって、2つのライブラリが共存しても問題はありません。